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/entry.html | |
parent | 563a02272ea0d6072db517f7637f61f1b842b4a1 (diff) | |
download | website-6e9516f10e725d64be272b62289d168c715a316e.tar.xz |
journal: change atom feed title
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 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 %} |