add a HTML5 favicon icon

mostly so browsers stop requesting the old ancient path
This commit is contained in:
Brian S. Stephan 2020-03-07 17:40:24 -06:00
parent 438cc08edc
commit 01cd6587e0
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,6 +1,7 @@
<!doctype html>
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
<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">
{{ content }}
</section>