diff --git a/_layouts/post.html b/_layouts/post.html index ae3d574..2b704e7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,9 +3,11 @@ layout: default ---

{{ page.title }}

{{ page.date | date_to_string }} +{% if page.categories %} - » {% for category in page.categories %}{{ category }}{% if forloop.last == false %}, {% endif %}{% endfor %} + » {% for category in page.categories %}{{ category }}{% if forloop.last == false %}, {% endif %}{% endfor %} +{% endif %}
{{ content }}
@@ -23,11 +25,10 @@ layout: default