Files
86box.github.io/_layouts/post.html
2021-12-14 19:46:09 -03:00

9 lines
222 B
HTML

{% capture title_override %}Blog: {{ page.title }}{% endcapture %}
{% include header.html %}
<main class="blog">
{% include postheader.html post=page %}
<p></p>
{{ content }}
</main>
{% include footer.html %}