{% if include.category %} {% assign posts = site.categories.[include.category] %} {% assign category = site.data.categories[include.category] %} {% else %} {% assign posts = site.posts %} {% endif %} {% if category %}
' | remove: '
' | strip }}{{ category.description | markdownify | remove: '
' | remove: '
' | strip }} {% endif %}