From d10eabfd2ea137dc2a5d1a7d2bdf284ca8671a33 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Sep 2017 13:58:42 +0100 Subject: [PATCH] Style tags table Fixes #39 --- source/blog/tags/tag.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/blog/tags/tag.html b/source/blog/tags/tag.html index c03954f6..026f486c 100644 --- a/source/blog/tags/tag.html +++ b/source/blog/tags/tag.html @@ -16,22 +16,22 @@ generator:

"{{ page.tag }}"

- +
- - - + + + {% for post in page.tag_posts %} - - + - + {% endfor %}
Post TitleDate
Post TitleDate
+
{{ post.title }} {{ post.date|date('j F Y') }}{{ post.date|date('j F Y') }}