浏览代码

ajout favicon

omassot 7 年之前
父节点
当前提交
cc4a33418b
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      main/static/images/favicon.png
  2. 2 0
      main/templates/_layout.html

二进制
main/static/images/favicon.png


+ 2 - 0
main/templates/_layout.html

@@ -5,6 +5,8 @@
 	<head>
 	    <title>{% block title %}Backlog{% endblock %}</title>
 	    <meta charset="utf-8" />
+	    
+	    <link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}" />
 
 		<link rel="stylesheet" type="text/css" href="{% static 'css/templated.css' %}"/>