added top hat ref to the website

This commit is contained in:
Ell 2022-10-21 11:56:46 +02:00
parent cfd817d2f2
commit 67054d1c4a
2 changed files with 22 additions and 18 deletions

View file

@ -1,21 +1,25 @@
{
"build": {
"content": [{
"files": [
"index.md",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"api/**.yml"
]
}, {
"files": [
"Changelog.md",
"InGameNews.md"
],
"src": ".."
}],
"resource": [{
"content": [
{
"files": [
"index.md",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"api/**.yml"
]
},
{
"files": [
"Changelog.md",
"InGameNews.md"
],
"src": ".."
}
],
"resource": [
{
"files": [
"media/**"
]
@ -31,7 +35,7 @@
"_appTitle": "Tiny Life Docs",
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">&copy; 2021-2022 Ellpeck Games</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a> &ndash; <a href=\"https://status.ellpeck.de\">Status</a>",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">&copy; 2021-2022</a> <a href=\"https://games.ellpeck.de\">Ellpeck Games</a>, <a href=\"https://tophat.studio/\">Top Hat Studios</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a> &ndash; <a href=\"https://status.ellpeck.de\">Status</a>",
"_enableSearch": true
},
"dest": "_site",

View file

@ -44,7 +44,7 @@
{{ content }}
<div class="footer bg-light">
<a href="https://github.com/Ellpeck/TinyLifeWeb">&copy; 2021-2022 Ellpeck Games</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
<a href="https://github.com/Ellpeck/TinyLifeWeb">&copy; 2021-2022</a> <a href="https://games.ellpeck.de">Ellpeck Games</a>, <a href="https://tophat.studio/">Top Hat Studios</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
</div>
</body>