some small changes

This commit is contained in:
Ellpeck 2019-11-20 20:55:01 +01:00
parent 58ef72ce59
commit 9235dfde09
2 changed files with 7 additions and 3 deletions

View file

@ -57,6 +57,7 @@
<img src="media/itch.png" class="store-img" alt="Buy on itch.io">
</a>
</div>
<p><small><em>For the time being, Linux users won't be able to buy the game on Discord, and Mac users won't be able to buy the game on Steam.</em></small></p>
<h1>Trailer</h1>
<div class="trailer-div">
@ -115,7 +116,7 @@
</ul>
<p>
<small><a id="footnote-1">[1]:</a> When creating a Multiplayer lobby, the host has the option to invite players using Discord's or Steam's online play features, regardless of which platform the host and the invitees have bought the game on. <em>Sadly, Discord's online play feature is currently only supported on Windows.</em></small>
<small><a id="footnote-1">[1]:</a> When creating a Multiplayer lobby, the host has the option to invite players using Discord's and Steam's online play features, regardless of which platform the host and the invitees have bought the game on. <em>Sadly, Discord's online play feature is currently only supported on Windows.</em></small>
</p>
<h1>About the Project</h1>

View file

@ -39,6 +39,10 @@ function refreshSitemap(folder) {
url: '/#blog',
changefreq: 'weekly',
priority: 0.6
},
{
url: '/foefrenzy',
priority: 0.7
}
]
});
@ -48,8 +52,7 @@ function refreshSitemap(folder) {
for (let post of json) {
sitemap.add({
url: "/blog-" + post["id"],
priority: 0.4
url: "/blog-" + post["id"]
});
}