summaryrefslogtreecommitdiffstats
path: root/templates/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/blog.html b/templates/blog.html
index 658f69d..87a9cd9 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -1,4 +1,7 @@
{% extends "default.html" %}
+{% block head %}
+<link rel="alternate" type="application/atom+xml" href="{{ site.baseurl }}/blog.atom.xml" />
+{% endblock %}
{% block content %}
<h1>Posts</h1>
<ul class="postlist">{% for post in page.posts %}