From 66f0749e65d0f5b3530fe10ddf6188b756505bd2 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 13 Jul 2018 09:25:11 +0100 Subject: [PATCH] Fix blog layout --- _layouts/post.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index da7450a..59b345b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,11 +3,9 @@ layout: default ---

{{ page.title }}

-
- {{ page.date | date: "%-d %B %Y" }} by {{ page.author | default: site.author }} +
{{ page.date | date: "%-d %B %Y" }} by {{ page.author | default: site.author }} {% if page.tags %} - Tags: {{ page.tags | join: " - " }} - {% endif %} -
+
Tags: {{ page.tags | join: " - " }} + {% endif %} {{content}}