changeset 94:304cbb690f15

base: added favicon
author Goffi <goffi@goffi.org>
date Fri, 19 Jan 2018 18:15:37 +0100
parents 650f3456f80d
children e4ffb56efd4e
files default/base/base.html
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/default/base/base.html	Fri Jan 12 22:05:32 2018 +0100
+++ b/default/base/base.html	Fri Jan 19 18:15:37 2018 +0100
@@ -42,6 +42,10 @@
     {% if websocket is defined %}
         <script>var socket=new WSHandler("{{websocket.url}}", "{{websocket.token}}", {{websocket.debug}});</script>
     {% endif %}
+
+    {% block favicon %}
+        <link rel="icon" href="{{media_path}}icons/apps/64/sat.png">
+    {% endblock favicon %}
 </head>
 <body>
     {% if main_menu is defined %}