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 %}