]> git.parisson.com Git - teleforma.git/commitdiff
Add favicon
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 11 Jul 2022 11:53:06 +0000 (13:53 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 11 Jul 2022 11:53:06 +0000 (13:53 +0200)
teleforma/static/teleforma/images/favicon.png [new file with mode: 0644]
teleforma/templates/teleforma/base.html

diff --git a/teleforma/static/teleforma/images/favicon.png b/teleforma/static/teleforma/images/favicon.png
new file mode 100644 (file)
index 0000000..20a48e3
Binary files /dev/null and b/teleforma/static/teleforma/images/favicon.png differ
index fc677aa369b63c605bdde07bd8d55698fc4684d6..f605485eecfca7023ffe4cc6dfc5fab4290bfc8f 100644 (file)
@@ -15,6 +15,7 @@
 <meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" />
 
 <title>{%block head_title %}{% description %}{% endblock %}</title>
+<link rel="shortcut icon" type="image/png" href="{{ STATIC_URL }}teleforma/images/favicon.png">
 
 {% block stylesheets %}
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}teleforma/css/jquery-ui.css" />