diff --git a/foefrenzy/index.html b/foefrenzy/index.html index 80e9765..bd4a370 100644 --- a/foefrenzy/index.html +++ b/foefrenzy/index.html @@ -57,6 +57,7 @@ Buy on itch.io +

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.

Trailer

@@ -115,7 +116,7 @@

- [1]: 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. Sadly, Discord's online play feature is currently only supported on Windows. + [1]: 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. Sadly, Discord's online play feature is currently only supported on Windows.

About the Project

diff --git a/node/sitemap.js b/node/sitemap.js index ca2c127..fd264fc 100644 --- a/node/sitemap.js +++ b/node/sitemap.js @@ -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"] }); }