funky/_layouts/post.html

26 lines
396 B
HTML
Executable File

---
layout: default
---
{% include site-header.html %}
<main class="main container">
<article class="article article--post content typeset">
<h1>{{ page.title }}</h1>
{% include post-meta.html %}
{{ content }}
{% include post-share-buttons.html %}
{% include post-comments.html %}
</article>
{% include site-aside.html %}
</main>
{% include site-footer.html %}