소스 검색

ajout favicon

omassot 7 년 전
부모
커밋
cc4a33418b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      main/static/images/favicon.png
  2. 2 0
      main/templates/_layout.html

BIN
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' %}"/>