diff options
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> |