mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-23 03:38:34 +01:00
11 lines
333 B
HTML
11 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>
|