mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 20:39:10 +01:00
21 lines
826 B
HTML
21 lines
826 B
HTML
---
|
|
layout: default
|
|
nav: blognav.html
|
|
---
|
|
|
|
<style>
|
|
h1 .anchor-heading, h2 .anchor-heading, h3 .anchor-heading, h4 .anchor-heading, h5 .anchor-heading, h6 .anchor-heading {
|
|
visibility: hidden;
|
|
}
|
|
|
|
h1:hover .anchor-heading, h2:hover .anchor-heading, h3:hover .anchor-heading, h4:hover .anchor-heading, h5:hover .anchor-heading, h6:hover .anchor-heading {
|
|
visibility: visible;
|
|
}
|
|
</style>
|
|
|
|
<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> or <a href="/feed.xml">the Atom feed</a>.</p>
|
|
|
|
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
|
|
</div>
|