mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 17:23:12 +01:00
15 lines
460 B
HTML
15 lines
460 B
HTML
|
---
|
||
|
layout: default
|
||
|
nav: basicnav.html
|
||
|
title: About Tiny Life Preview Versions
|
||
|
summary: Information on preview versions of Tiny Life and how to access them
|
||
|
---
|
||
|
|
||
|
<div class="section isolated-site">
|
||
|
<h1>About Preview Versions</h1>
|
||
|
|
||
|
{% capture raw_content %}{% include preview.md %}{% endcapture %}
|
||
|
{% assign content = raw_content | markdownify %}
|
||
|
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
|
||
|
</div>
|