From 91303191c524ab03c5b0a9a6766a8435276a867c Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sun, 11 Aug 2019 11:31:36 -0400 Subject: Added resume, contact pages, updated css and added new post. --- _layouts/post.liquid | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) (limited to '_layouts/post.liquid') diff --git a/_layouts/post.liquid b/_layouts/post.liquid index d945917..a23d51f 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -20,36 +20,26 @@

{{ page.title }}

- -

- {% if page.published_date %} - {{ page.published_date | date: "%A, %b %e, %Y" }} - {% else %} - Unpublished! - {% endif %} -

-

- {% if page.categories %} - Categories: - {% for category in page.categories %} - - {{ category | downcase }} - - {% endfor %} - {% endif %} +

+
+

+ {% if page.published_date %} + {{ page.published_date | date: "%A, %b %e, %Y" }} + {% else %} + Unpublished! + {% endif %} +

+
+ +
+ {% include categories.liquid %} +
+
- {% if page.tags %} - Tags: - {% for tag in page.tags %} - - #{{ tag | downcase }} - - {% endfor %} - {% endif %} -

+ {% include tags.liquid %} -- cgit v1.2.3