summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2026-05-02 00:51:20 +0200
committerlsof <lsof@mailbox.org>2026-05-02 00:51:20 +0200
commit0aeca7d954a753627d0c7487fce3d57be4d9c2f7 (patch)
treef72403cf7ee6571a6a8023c70c7b2bfbabb8d0aa /templates/base.html
parent418c5b0c8576efac5e242cd8118a84f2dbf3f1af (diff)
blog: selfhostingHEADmain
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index df50601..05dbbf9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,9 +7,8 @@
<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">
- {% endblock %}
+ {% block meta %} {% endblock %}
+ <link rel="alternate" type="application/atom+xml" title="RSS" href="/atom.xml">
</head>
<body>