mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
15 lines
621 B
HTML
15 lines
621 B
HTML
---
|
|
layout: default
|
|
nav: changelognav.html
|
|
title: Tiny Life Changelog
|
|
summary: The full changelog for Tiny Life
|
|
---
|
|
|
|
<div class="section top-margin full-width-images">
|
|
<h1>Tiny Life Changelog</h1>
|
|
<p>This is the full changelog for the game, as seen in the bottom-right corner of its main menu.</p>
|
|
|
|
{% capture changelog %}{% include __changelog.md %}{% endcapture %}
|
|
{% assign content = changelog | markdownify | replace: 'src="media/', 'src="../media/' | replace: 'src="./media/', 'src="../media/' %}
|
|
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
|
|
</div>
|