diff options
| author | 2026-05-02 00:51:20 +0200 | |
|---|---|---|
| committer | 2026-05-02 00:51:20 +0200 | |
| commit | 0aeca7d954a753627d0c7487fce3d57be4d9c2f7 (patch) | |
| tree | f72403cf7ee6571a6a8023c70c7b2bfbabb8d0aa /templates/base.html | |
| parent | 418c5b0c8576efac5e242cd8118a84f2dbf3f1af (diff) | |
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 5 |
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> |