TinyLifeWeb/web/_layouts/blog.html

12 lines
333 B
HTML

---
layout: default
nav: blognav.html
---
<div class="section blog-section">
<h1>{{ page.title }}</h1>
<p>📖 You can also read this post <a href="{{ page.itch }}">on itch</a> or <a href="{{ page.steam }}">on Steam</a>, or you can subscribe to <a href="../../#subscribe">the mailing list</a>.</p>
{{ content }}
</div>