diff options
Diffstat (limited to 'juick-www/src/main/resources')
-rw-r--r-- | juick-www/src/main/resources/static/favicon.png (renamed from juick-www/src/main/resources/favicon.png) | bin | 244 -> 244 bytes | |||
-rw-r--r-- | juick-www/src/main/resources/static/logo.png (renamed from juick-www/src/main/resources/logo.png) | bin | 1184 -> 1184 bytes | |||
-rw-r--r-- | juick-www/src/main/resources/static/tagscloud.png (renamed from juick-www/src/main/resources/tagscloud.png) | bin | 42316 -> 42316 bytes | |||
-rw-r--r-- | juick-www/src/main/resources/templates/layouts/content.html | 4 |
4 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/resources/favicon.png b/juick-www/src/main/resources/static/favicon.png Binary files differindex bc7161e2..bc7161e2 100644 --- a/juick-www/src/main/resources/favicon.png +++ b/juick-www/src/main/resources/static/favicon.png diff --git a/juick-www/src/main/resources/logo.png b/juick-www/src/main/resources/static/logo.png Binary files differindex 933f6099..933f6099 100644 --- a/juick-www/src/main/resources/logo.png +++ b/juick-www/src/main/resources/static/logo.png diff --git a/juick-www/src/main/resources/tagscloud.png b/juick-www/src/main/resources/static/tagscloud.png Binary files differindex 3e1bf169..3e1bf169 100644 --- a/juick-www/src/main/resources/tagscloud.png +++ b/juick-www/src/main/resources/static/tagscloud.png 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 %} |