summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-20 19:37:23 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-20 19:37:23 +0200
commit6e9516f10e725d64be272b62289d168c715a316e (patch)
tree94d39fbcffd43854707dd952bb99df9d582149b0 /src
parent563a02272ea0d6072db517f7637f61f1b842b4a1 (diff)
downloadwebsite-6e9516f10e725d64be272b62289d168c715a316e.tar.xz
journal: change atom feed title
Diffstat (limited to 'src')
-rw-r--r--src/templates/entry.html2
-rw-r--r--src/templates/journal.html2
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 %}