2024-03-19 19:06:53 +01:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
nav: basicnav.html
|
|
|
|
title: Tiny Life In-Game News
|
|
|
|
summary: Tiny Life's in-game news, but displayed on the web
|
|
|
|
---
|
|
|
|
|
2024-04-17 20:10:06 +02:00
|
|
|
<div class="section top-margin full-width-images">
|
2024-03-19 19:06:53 +01:00
|
|
|
<h1>Tiny Life In-Game News</h1>
|
|
|
|
<p>This is a web version of the in-game news that sometimes appear in the bottom-left corner of the main menu.</p>
|
|
|
|
|
|
|
|
{% capture news %}{% include __news.md %}{% endcapture %}
|
2024-03-20 16:09:10 +01:00
|
|
|
{% assign content = news | markdownify | replace: 'src="media/', 'src="../media/' | replace: 'src="./media/', 'src="../media/' | strip %}
|
2024-03-19 19:06:53 +01:00
|
|
|
{% if content != "" %}
|
|
|
|
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
|
|
|
|
{% else %}
|
2024-03-19 19:14:04 +01:00
|
|
|
<p><i>There are no in-game news at the moment.</i></p>
|
2024-03-19 19:06:53 +01:00
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</div>
|