From 509c409c97ed386b12b97d8dece21a98c6d7cacc Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 13 Jul 2018 09:21:03 +0100 Subject: [PATCH] Update post layout --- _layouts/post.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index c3b8f95..da7450a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,14 +3,11 @@ 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 %} +
{{content}} - -