From 8ca0649687f4e6a352e081e992c80c90098e9074 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sun, 28 Apr 2019 12:55:42 -0400 Subject: Moved svg icons and head metadata to includes. --- _layouts/index.liquid | 12 +++++------- _layouts/page.liquid | 13 +++++++------ _layouts/post.liquid | 9 ++++----- 3 files changed, 16 insertions(+), 18 deletions(-) (limited to '_layouts') diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 6b53922..753a464 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -1,11 +1,7 @@
- - -+ Categories: + {% for category in page.categories %} + + {{ category | downcase }} + + {% endfor %} +
{% endif %} {% if page.tags %} - {% for tag in page.tags %} - - {{ tag | downcase }} - - {% endfor %} ++ Tags: + {% for tag in page.tags %} + + #{{ tag | downcase }} + + {% endfor %} +
{% endif %} @@ -57,8 +67,10 @@+ {% if post.published_date %} + {{ post.published_date | date: "%A, %b %e, %Y" }} + {% endif %} +
++ {{ post.title }} +
+