From 05dcd9f533711e42d80e85a06716c140c8b1f3e2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 14:00:53 +0100 Subject: Merge build_entry and build_index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need to special-case this anymore with unpublished pages. Signed-off-by: Johannes Löthberg --- templates/index.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 628e078..0000000 --- a/templates/index.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends 'layout.html' %} - -{% block content %} -
-
-

{{ entry['title'] }}

- -
-
- {{ content }} -
-
-{% if older %} -
- Older ({{ older['title'] }}) -
-{% endif %} -{% endblock %} -- cgit v1.2.3-54-g00ecf