add a HTML5 favicon icon
mostly so browsers stop requesting the old ancient path
This commit is contained in:
parent
438cc08edc
commit
01cd6587e0
BIN
incorporealcms/static/img/favicon.png
Normal file
BIN
incorporealcms/static/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -1,6 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||||
|
<link rel="icon" href="{{ url_for('static', filename='img/favicon.png') }}">
|
||||||
<section class="content">
|
<section class="content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user