aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/layouts/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/layouts/content.html')
-rw-r--r--juick-www/src/main/resources/templates/layouts/content.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/resources/templates/layouts/content.html b/juick-www/src/main/resources/templates/layouts/content.html
index 4c283116..2ca9fd7e 100644
--- a/juick-www/src/main/resources/templates/layouts/content.html
+++ b/juick-www/src/main/resources/templates/layouts/content.html
@@ -3,8 +3,8 @@
<head id="org" itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
- <script type="text/javascript" src="/{{ beans.webApp.scriptsUrl }}"></script>
- <link rel="stylesheet" type="text/css" href="/{{ beans.webApp.styleUrl }}"/>
+ <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 %}