summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 59eaaae..a85bca1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,6 +4,9 @@
<head>
<meta charset="utf-8">
<title>MyBlog</title>
+ {% block rss %}
+ <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
+ {% endblock %}
</head>
<body>