From f48338109e2170d9c7c9ec4cd884e57f94197791 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sun, 7 Apr 2019 15:52:35 -0400 Subject: Updated look, footer, nav links. --- _layouts/post.liquid | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '_layouts/post.liquid') diff --git a/_layouts/post.liquid b/_layouts/post.liquid index d39007f..6c90a7e 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -31,25 +31,24 @@ - + {% if page.categories %} {% for category in page.categories %} -

- {{ category }} -

+ + {{ category | downcase }} + {% endfor %} {% endif %} - - {% if page.tags %} {% for tag in page.tags %} - {{ tag }} + {{ tag | downcase }} {% endfor %} {% endif %} - + + -- cgit v1.2.3