{% if include.category %} {% assign posts = site.categories.[include.category] %} {% assign category = site.data.categories[include.category] %} {% else %} {% assign posts = site.posts %} {% endif %} {% if category %}

{{ category.title | markdownify | remove: '

' | remove: '

' | strip }}

{{ category.description | markdownify | remove: '

' | remove: '

' | strip }}

{% endif %}