From d1dfdb2b18c49602c9e527501e1c83d591826ff3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 28 Nov 2017 12:36:32 +0000 Subject: [PATCH] Use table styling for tag table --- source/blog/tags/tag.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/blog/tags/tag.html b/source/blog/tags/tag.html index 026f486ce..fe305f6a5 100644 --- a/source/blog/tags/tag.html +++ b/source/blog/tags/tag.html @@ -13,28 +13,28 @@ generator: {% block title %}{{ page.title }} "{{ page.tag }}"{% endblock %} {% block content %} -

"{{ page.tag }}"

+

Tag: {{ 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') }}
-{% endblock content %} +{% endblock %}