layout: default
<header class=“post-header”>
<h1 class="post-title">{{ page.title }}</h1>
</header> <p><span class=“time”>{{ page.date | date:“%d/%m/%Y” }}</span></p> {% if page.categories %}
<span class="categories"> <p>» {% for category in page.categories %}<a href="/category/{{ category }}">{{ category }}</a>{% if forloop.last == false %}, {% endif %}{% endfor %}</p> </span>
{% endif %}
{{ content }}
<p><span class=“meta”><time datetime=“{{ page.date | date_to_xmlschema }}”>{{ page.date | date: “%-d %m %Y” }}</time> · {% for tag in page.tags %}
<a href="/tag/{{tag}}">{{tag}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}</span></p>
<div class=“PageNavigation”>
{% if page.previous.url %} <p><a class="prev" href="{{ page.previous.url }}">« {{ page.previous.title }}</a></p> {% endif %} {% if page.next.url %} <p><a class="next" href="{{ page.next.url }}">{{ page.next.title }} »</a></p> {% endif %}
</div>