diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index ea9faa0f..dedfbc30 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -3,13 +3,13 @@ <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <script type="text/javascript" src="/scripts.js"></script> - <link rel="stylesheet" type="text/css" href="/style.css" /> + <script type="text/javascript" src="/{{ beans.webApp.scriptsUrl }}"></script> + <link rel="stylesheet" type="text/css" href="/{{ beans.webApp.styleUrl }}" /> {% block headers %} {{ headers | default('') | raw }} {% endblock %} <title>{{ title | default('Juick') }}</title> - <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" /> + <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="icon" href="//i.juick.com/favicon.png" /> </head> <body id="body"> |