summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-24 00:13:15 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-24 00:13:15 +0100
commit1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f (patch)
tree6e81efb27d9c622547dc1c38c2fb4bdfe12bc0ec
parente7f27b935fd8a18f954275a99554c1a1bbf82648 (diff)
downloadwebsite-1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f.tar.xz
use .atom file extension for feed
-rw-r--r--Makefile2
-rw-r--r--src/templates/entry.html2
-rw-r--r--src/templates/journal.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index df5f309..d444268 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build/%/:
mkdir $@
clean:
- -rm -r $(addprefix build/, $(FILES)) build/journal.xml build/journal build/resources
+ -rm -r $(addprefix build/, $(FILES)) build/journal.atom build/journal build/resources
build/index.html: src/index.rst $(TEMPLATES)
@./scripts/bupa index.html
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 %}