Provide a favicon
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 27 Oct 2016 11:59:53 +0000 (13:59 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 27 Oct 2016 12:01:11 +0000 (14:01 +0200)
extra_theme/images/favicon.png [new file with mode: 0644]
extra_theme/templates/extra_head.html [new file with mode: 0644]

diff --git a/extra_theme/images/favicon.png b/extra_theme/images/favicon.png
new file mode 100644 (file)
index 0000000..1a73f7b
Binary files /dev/null and b/extra_theme/images/favicon.png differ
diff --git a/extra_theme/templates/extra_head.html b/extra_theme/templates/extra_head.html
new file mode 100644 (file)
index 0000000..151ece5
--- /dev/null
@@ -0,0 +1,4 @@
+@require(assets_path)
+
+<link rel="icon" type="image/png" href="@assets_path/images/favicon.png">
+<link rel="shortcut icon" href="@assets_path/images/favicon.png">