diff --git a/_layouts/post.html b/_layouts/post.html index 16a0104..b8aa948 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,7 +18,7 @@

{{ page.title }}

Posted: {{ page.date | date: "%B %e, %Y" }} in - {{ page.category }}. {% + {{ page.category }}. {% if page.last_modified_at %} Last Updated: {{ page.last_modified_at | date: "%B %e, %Y" }}{{ page.title }}

Tags: {% for tag in page.tags %} - {{ tag }} + {{ tag }} {% endfor %}
{% endif %} diff --git a/blog/categories/index.html b/blog/categories/index.html index d3b09e3..de996ad 100644 --- a/blog/categories/index.html +++ b/blog/categories/index.html @@ -23,7 +23,7 @@

Post by Category:

{% assign sortedcats = categories | split:' ' | sort %} {% for category in sortedcats %} -

{{ category }}

+

{{ category }}