{% if page.image %} post logo {% endif %}

{{ page.title }}

{% if page.tags %} {% for tag in page.tags %} {% capture tag-name %}{{tag | upcase }}{% endcapture %} {{tag-name | capitalize}} {% endfor %} {% endif %}