diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2019-03-22 21:09:42 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2019-03-22 21:09:42 +0000 |
commit | 76af250946a34d85756b57ee476dad06da96cb33 (patch) | |
tree | 2f23921bddc91e21e3c2864b4903819d4f27f766 /templates/blog.html | |
parent | 2028f4e2e999c2fa3155ddabc1942bb7ff20f02f (diff) | |
download | the-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.html | 3 |
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 %} |