From 8f5034eca90df98e60685cd2fcae5eb29de3d555 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 14:29:49 +0100 Subject: Add title to archive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/archive.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'templates/archive.html') diff --git a/templates/archive.html b/templates/archive.html index 506e899..cee6745 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,9 +1,12 @@ {% extends 'layout.html' %} {% block content %} - +
+

{{ title }}

+ +
{% endblock %} -- cgit v1.2.3-54-g00ecf