summaryrefslogtreecommitdiff
path: root/zola/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'zola/templates/base.html')
-rw-r--r--zola/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html
index 085a1fc..c186395 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -5,6 +5,7 @@
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" sizes="256x256" href="/favicon.svg">
<link rel="stylesheet" href="/style.css" type="text/css">
+ <link rel="alternate" type="application/rss+xml" href="/rss.xml" title="RSS Feed">
<title>ndato - {% block title %}{% endblock %}</title>
</head>
<body>