Add favicon
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								static/favicon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/favicon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 39 KiB  | 
@@ -6,7 +6,7 @@
 | 
				
			|||||||
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
	<title>{% block title %}{{ config.title }}{% endblock %}</title>
 | 
						<title>{% block title %}{{ config.title }}{% endblock %}</title>
 | 
				
			||||||
	<link rel="stylesheet" href="{{ get_url(path="/style.css") }}">
 | 
						<link rel="stylesheet" href="{{ get_url(path="/style.css") }}">
 | 
				
			||||||
	<link rel="icon" href="favicon.svg">
 | 
						<link rel="icon" type="image/png" href="{{ get_url(path="/favicon.png") }}">
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user