some small changes
This commit is contained in:
parent
58ef72ce59
commit
9235dfde09
2 changed files with 7 additions and 3 deletions
|
@ -57,6 +57,7 @@
|
||||||
<img src="media/itch.png" class="store-img" alt="Buy on itch.io">
|
<img src="media/itch.png" class="store-img" alt="Buy on itch.io">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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>
|
<h1>Trailer</h1>
|
||||||
<div class="trailer-div">
|
<div class="trailer-div">
|
||||||
|
@ -115,7 +116,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<h1>About the Project</h1>
|
<h1>About the Project</h1>
|
||||||
|
|
|
@ -39,6 +39,10 @@ function refreshSitemap(folder) {
|
||||||
url: '/#blog',
|
url: '/#blog',
|
||||||
changefreq: 'weekly',
|
changefreq: 'weekly',
|
||||||
priority: 0.6
|
priority: 0.6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
url: '/foefrenzy',
|
||||||
|
priority: 0.7
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@ -48,8 +52,7 @@ function refreshSitemap(folder) {
|
||||||
|
|
||||||
for (let post of json) {
|
for (let post of json) {
|
||||||
sitemap.add({
|
sitemap.add({
|
||||||
url: "/blog-" + post["id"],
|
url: "/blog-" + post["id"]
|
||||||
priority: 0.4
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue