blob: 17d49792cbb53da5a31fcd44a617c9a3190c1055 (
plain) (
tree)
|
|
---
layout: default
---
<article class="post">
{% include post-header.html post = page %}
<section class="post-body">
{{ content }}
</section>
<footer>
{% if page.previous %}
<div class="prev-post"><a href="{{ page.previous.url }}">{{ page.previous.title }}</a></div>
{% endif %}
{% if page.next %}
<div class="next-post"><a href="{{ page.next.url }}">{{ page.next.title }}</a></div>
{% endif %}
</footer>
</article>
|