2023-06-01 23:02:09 +02:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
nav: blognav.html
|
|
|
|
---
|
|
|
|
|
2023-06-13 19:20:57 +02:00
|
|
|
<script>
|
2024-07-20 23:53:02 +02:00
|
|
|
let style = darkTheme ? "mocha" : "latte";
|
2023-06-13 19:20:57 +02:00
|
|
|
$("head").append($("<link/>", {
|
|
|
|
rel: "stylesheet",
|
2024-07-20 23:53:02 +02:00
|
|
|
href: `https://cdn.jsdelivr.net/gh/catppuccin/python@gh-pages/pygments/catppuccin-${style}.css`
|
2023-06-13 19:20:57 +02:00
|
|
|
}));
|
|
|
|
</script>
|
|
|
|
|
2024-04-17 20:10:06 +02:00
|
|
|
<div class="section top-margin full-width-images less-wide">
|
2023-06-01 23:02:09 +02:00
|
|
|
<h1>{{ page.title }}</h1>
|
2024-05-21 18:15:21 +02:00
|
|
|
|
|
|
|
<p>
|
|
|
|
📖 You can also read this post
|
|
|
|
{% if page.itch %}
|
|
|
|
<a href="{{ page.itch }}">on itch</a>,
|
|
|
|
{% endif %}
|
|
|
|
{% if page.steam %}
|
|
|
|
<a href="{{ page.steam }}">on Steam</a>,
|
|
|
|
{% endif %}
|
2024-05-21 18:16:20 +02:00
|
|
|
through <a href="/feed.xml">the Atom feed</a> or by subscribing to <a href="../../#subscribe">the mailing list</a>.
|
2024-05-21 18:15:21 +02:00
|
|
|
</p>
|
2023-06-01 23:02:09 +02:00
|
|
|
|
2023-06-02 13:38:06 +02:00
|
|
|
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
|
2023-06-01 23:02:09 +02:00
|
|
|
</div>
|