diff --git a/InGameNews.md b/InGameNews.md index e69de29..7273ac8 100644 --- a/InGameNews.md +++ b/InGameNews.md @@ -0,0 +1,9 @@ +# There's a Wiki Now! + +![](media/news/Wiki.png) + +...and we need help populating it. + +Do you know a lot about Tiny Life and/or wiki editing? Are you interested in contributing to the community? + +If so, you can find all the info you need [on the wiki's main page](https://wiki.tinylifegame.com/wiki/Main_Page)! ❤️ diff --git a/media/news/Wiki.png b/media/news/Wiki.png new file mode 100644 index 0000000..9a038c6 Binary files /dev/null and b/media/news/Wiki.png differ diff --git a/web/changelog.html b/web/changelog.html index e437a39..a506f11 100644 --- a/web/changelog.html +++ b/web/changelog.html @@ -10,6 +10,6 @@ summary: The full changelog for Tiny Life

This is the full changelog for the game, as seen in the bottom-right corner of its main menu.

{% capture changelog %}{% include __changelog.md %}{% endcapture %} - {% assign content = changelog | markdownify | replace: 'src="media/', 'src="../media/' %} + {% assign content = changelog | markdownify | replace: 'src="media/', 'src="../media/' | replace: 'src="./media/', 'src="../media/' %} {% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %} diff --git a/web/ingamenews.html b/web/ingamenews.html index 2b84c3a..b24bd0d 100644 --- a/web/ingamenews.html +++ b/web/ingamenews.html @@ -10,7 +10,7 @@ summary: Tiny Life's in-game news, but displayed on the web

This is a web version of the in-game news that sometimes appear in the bottom-left corner of the main menu.

{% capture news %}{% include __news.md %}{% endcapture %} - {% assign content = news | markdownify | replace: 'src="media/', 'src="../media/' | strip %} + {% assign content = news | markdownify | replace: 'src="media/', 'src="../media/' | replace: 'src="./media/', 'src="../media/' | strip %} {% if content != "" %} {% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %} {% else %}