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 ++++++++----- templates/layout.html | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'templates') 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 %} diff --git a/templates/layout.html b/templates/layout.html index 3de91d5..ee2a090 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -40,6 +40,7 @@ article p { } ul#archive-list { list-style-type: none; + padding-left: 0; } footer { height: 55px; -- cgit v1.2.3-54-g00ecf