{% include style.html a=page.title %}
{% include nav.html a=page.title %}
{{ page.title }}
{% for post in page.posts %} {% assign categories = post.categories %} {% assign category = site.data.categories[categories.first] %}
{{ post.title }}
{{ post.date | date_to_string }} |
{{ categories }}
{{ post.content | strip_html | truncatewords: 30 }}
{% endfor %}