diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 5276d29..1147b88 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{% block title %} {% endblock %}</title> <link rel="stylesheet" href="/style.css"/> + {% block rss %} + <link rel="alternate" type="application/atom+xml" title="RSS" href="/atom.xml"> + {% endblock %} </head> <body> |