TinyLifeWeb/web/_layouts/blog.html

12 lines
333 B
HTML
Raw Normal View History

2023-06-01 23:02:09 +02:00
---
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>