From 9235dfde09cd9d9b89107b0343f31c1da151bb05 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 20 Nov 2019 20:55:01 +0100 Subject: [PATCH] some small changes --- foefrenzy/index.html | 3 ++- node/sitemap.js | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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"] }); }