From 13934914c0cf8bf359938dcc19dbea82fe33db61 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 10 Jun 2020 11:01:19 +0200 Subject: Implement tag pages --- _layouts/post.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 3cddce3..d979adb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,14 +6,13 @@ layout: default

{{ page.title }} -
- - {% if page.wip %}Work in progress!{% endif %} - {% for tag in page.tags %} - #{{ tag }} - {% endfor %} - + {% if page.wip %}Work in progress!{% endif %}

+ + {% for tag in page.tags %} + #{{ tag | slugify }} + {% endfor %} +
{{ content }} -- cgit v1.1