Tags: {% if include.tags.size > 0 %} {% assign tags = include.tags | sort_natural | uniq %} {% for tag in tags %} {{ tag | downcase }} {% endfor %} {% else %} none {% endif %} {{ include.date | date: "%b %-d, %Y" }}