Files
86box.github.io/_layouts/post.html
RichardG867 808abda50e Revert "Justify text on blog posts"
That was a mistake.
2021-12-15 12:20:59 -03:00

9 lines
209 B
HTML

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