diff --git a/_layouts/post.html b/_layouts/post.html index fb75435..4aedddd 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,10 +8,6 @@ layout: default
- {{page.date | date: "%B %d, %Y" }} - / - by {{page.author}} - {% if post.category %} {% for site_category in site.data.categories %} {% if site_category.slug == post.category %} @@ -26,7 +22,7 @@ layout: default {% endif %} {% if post.tags.size > 0 %} - {% capture tags_content %} with {% if post.tags.size == 1 %}{% else %}{% endif %}: {% endcapture %} + {% capture tags_content %} with tags: {% endcapture %} {% for post_tag in post.tags %} {% for data_tag in site.data.tags %} {% if data_tag.slug == post_tag %} @@ -42,7 +38,11 @@ layout: default {% assign tags_content = '' %} {% endif %} -
Posted {{ category_content }}{{ tags_content }}
+ {{page.date | date: "%B %d, %Y" }} + / + by {{page.author}} + / + Posted {{ category_content }}{{ tags_content }}