diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-24 00:13:15 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-24 00:13:15 +0100 |
commit | 1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f (patch) | |
tree | 6e81efb27d9c622547dc1c38c2fb4bdfe12bc0ec /src/templates/entry.html | |
parent | e7f27b935fd8a18f954275a99554c1a1bbf82648 (diff) | |
download | website-1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f.tar.xz |
use .atom file extension for feed
Diffstat (limited to 'src/templates/entry.html')
-rw-r--r-- | src/templates/entry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/entry.html b/src/templates/entry.html index 9cd4f78..50454eb 100644 --- a/src/templates/entry.html +++ b/src/templates/entry.html @@ -2,7 +2,7 @@ {% block head %} <link href="isso.css" rel="stylesheet"> - <link href="../journal.xml" type="application/atom+xml" rel="alternate" title="kyrias’ journal atom feed" /> + <link href="../journal.atom" type="application/atom+xml" rel="alternate" title="kyrias’ journal atom feed" /> {% if page.meta_desc is defined %} <meta name="description" content="{{ page.meta_desc }}"> {% endif %} |