diff --git a/_layouts/category.html b/_layouts/category.html index c4323b3..046cd4f 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -7,6 +7,10 @@ {% include nav.html %}

Category: {{page.category}}

+ {% assign content = page.content | strip_newlines %} + {% if content != "" %} + {{content}} + {% endif %} {% for post in site.categories[page.category] %}
diff --git a/categories/update.md b/categories/update.md index a5b2427..03f88a9 100644 --- a/categories/update.md +++ b/categories/update.md @@ -3,3 +3,4 @@ layout: category category: update permalink: /categories/update/ --- +This is an example description.