favicon
parent
50e74ccf38
commit
cdf9bfe072
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -7,6 +7,7 @@
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||||
<title>{% block title %}{% endblock title %}</title>
|
<title>{% block title %}{% endblock title %}</title>
|
||||||
<meta name="description" content="{% block header_description %}{% endblock header_description %}" />
|
<meta name="description" content="{% block header_description %}{% endblock header_description %}" />
|
||||||
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
{% for h in headers %}
|
{% for h in headers %}
|
||||||
{{h.content | safe}}
|
{{h.content | safe}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue