funky/_layouts/front.html

22 lines
232 B
HTML
Raw Normal View History

---
layout: default
---
<main class="container">
{% include header.html %}
<article class="content">
{{ content }}
</article>
{% include posts.html %}
{% include pagination.html %}
{% include footer.html %}
</main>