summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2026-05-01 09:00:18 +0200
committerlsof <lsof@mailbox.org>2026-05-01 09:00:18 +0200
commita3d0c12c820f15e6dab56b94a748bd0c5252be56 (patch)
tree281817231b48f71510b4e113ded83e9205abdfdf /templates/base.html
parente265743f771095906e1f3ddb514d0609c4927861 (diff)
favico
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 1147b88..df50601 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %} {% endblock %}</title>
+ <link rel='shortcut icon' href='/favicon.ico'/>
<link rel="stylesheet" href="/style.css"/>
{% block rss %}
<link rel="alternate" type="application/atom+xml" title="RSS" href="/atom.xml">