summaryrefslogtreecommitdiffstats
path: root/templates/blog.html
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2019-03-22 21:09:42 +0000
committerTomasz Kramkowski <tk@the-tk.com>2019-03-22 21:09:42 +0000
commit76af250946a34d85756b57ee476dad06da96cb33 (patch)
tree2f23921bddc91e21e3c2864b4903819d4f27f766 /templates/blog.html
parent2028f4e2e999c2fa3155ddabc1942bb7ff20f02f (diff)
downloadthe-tk.com-76af250946a34d85756b57ee476dad06da96cb33.tar.gz
the-tk.com-76af250946a34d85756b57ee476dad06da96cb33.tar.xz
the-tk.com-76af250946a34d85756b57ee476dad06da96cb33.zip
Fix block head and add link alternate for atom feed
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 %}