diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-20 19:37:23 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-20 19:37:23 +0200 |
commit | 6e9516f10e725d64be272b62289d168c715a316e (patch) | |
tree | 94d39fbcffd43854707dd952bb99df9d582149b0 /src/templates | |
parent | 563a02272ea0d6072db517f7637f61f1b842b4a1 (diff) | |
download | website-6e9516f10e725d64be272b62289d168c715a316e.tar.xz |
journal: change atom feed title
Diffstat (limited to 'src/templates')
-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 3bc2fbd..1890104 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="Journal Atom feed" /> + <link href="../journal.xml" type="application/atom+xml" rel="alternate" title="kyrias’ journal atom feed" /> {% endblock head %} {% block content %} diff --git a/src/templates/journal.html b/src/templates/journal.html index 619a3ee..4bc5d49 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="Journal Atom feed" /> + <link href="journal.xml" type="application/atom+xml" rel="alternate" title="kyrias’ journal atom feed" /> {% endblock head %} {% block content %} |