mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
9 lines
222 B
HTML
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 %}
|