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 c74aceb..ba2a57e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,9 @@ <meta charset="utf-8"/> <title>silas</title> <link rel="stylesheet" href="/style.css"/> + {% block rss %} + <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}"> + {% endblock %} </head> <body> <section class="section"> |