summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 1d0b954..b0e7e69 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,10 +24,12 @@
{% endblock title %}
<meta name="description" content="{{ config.description }}" />
<meta name="keywords" content="blog" />
- <link rel="alternate"
- type="application/rss+xml"
- title="RSS"
- href="{{ get_url(path="rss.xml", trailing_slash=false) }}" />
+ {% block feed %}
+ <link rel="alternate"
+ type="application/atom+xml"
+ title="Atom Feed"
+ href="{{ get_url(path="atom.xml", trailing_slash=false) }}" />
+ {% endblock feed %}
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>