a custom favicon.ico
[myslice.git] / views / templates / base.html
index 3ee9ba2..4a05bad 100644 (file)
@@ -2,6 +2,7 @@
 <html lang="en"> <head>
 <title> MySlice - {{ title }} </title>
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link rel="shortcut icon" href="/static/img/myslice-icon.png">
 {# This is where insert_str will end up #}{% media_container prelude %}
 {% include 'messages-transient-header.html' %}
 <script type="text/javascript"> {# raw js code - use {% insert prelude_js %} ... {% endinsert %} #} {% container prelude_js %}</script>