{{ post.title }}

Published by: {% if post.author.first %} {% for author in post.author %} {% endfor %} {% else %} {% endif %} | Data: | Categories: {% capture container %}content/{% endcapture %} {% assign previous = "" %} {% for category in post.categories %} {% if forloop.first == false %} {% capture container %}{{ container }}{{ previous }}/{% endcapture %} {% endif %} {% assign previous = category %} {{ category }} {% endfor %}
{% if post.excerpt %}{{ post.excerpt }}{% endif %}

Read more...