From 1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 24 Feb 2015 00:13:15 +0100 Subject: use .atom file extension for feed --- Makefile | 2 +- src/templates/entry.html | 2 +- src/templates/journal.html | 2 +- 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 %} - + {% if page.meta_desc is defined %} {% 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 %} - + {% endblock head %} {% block content %} -- cgit v1.2.3-54-g00ecf