fix favicon.ico

This commit is contained in:
forest 2020-05-22 15:20:36 -05:00
parent 672ff49d6d
commit 9164250d4d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<html lang="en">
<head>
<link href="{{ url_for('static', filename='favicon.ico') }}" rel="icon">
<title>{% block title %}{% endblock %}{% if self.title() %} - {% endif %}Capsul</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">