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 @@
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 }}
{% 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 @@Posted: {{ post.date | date: "%B %e, %Y" }} in - {{ post.category }}. {% + {{ post.category }}. {% if post.last_modified_at %} Last Updated: {{ post.last_modified_at | date: "%B %e, %Y" }}Post by Tag: {% assign sortedtags = tags | split:' ' | sort %} {% for tag in sortedtags %} -