blob: cb332968b39ad30c473cd6c2c2b38bd6b15466c5 (
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 | prepend: site.baseurl }}">{{ page.previous.title }}</a></div>
{% endif %}
{% if page.next %}
<div class="next-post"><a href="{{ page.next.url | prepend: site.baseurl }}">{{ page.next.title }}</a></div>
{% endif %}
</footer>
</article>
|