Restyle tag pages

This commit is contained in:
2017-01-02 11:12:10 +01:00
parent cd1316a29a
commit 4440e5467f
3 changed files with 17 additions and 1 deletions

View File

@@ -2,8 +2,10 @@
layout: default
post_listing: true
---
<h3 class="tag">{{ page.tag }}</h3>
{{content}}
<h3>Articles under this tag</h3>
<h4>Articles under this tag</h4>
{% if site.tags[page.tag] %}
{% assign posts = site.tags[page.tag] %}