diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/entry.html | 2 | ||||
-rw-r--r-- | src/templates/journal.html | 2 |
2 files changed, 2 insertions, 2 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 %} diff --git a/src/templates/journal.html b/src/templates/journal.html index 5adbd38..d7a64d2 100644 --- a/src/templates/journal.html +++ b/src/templates/journal.html @@ -1,7 +1,7 @@ {% extends 'layout.html' %} {% block head %} - <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" /> {% endblock head %} {% block content %} |