From 4a64e31ae67297a4f3a24f6a5ba001582adbde38 Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Tue, 23 Apr 2024 22:39:22 +0200 Subject: [PATCH] remove sso tag for games page --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ba10850..fe8fb9b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,7 +18,7 @@ image = "img/purple-heart.png" # path relative to static directory { mealie = { href = "https://mealie.lila.network", text = "[SSO] Cookbook (https://mealie.lila.network)"} }, { paperless = { href = "https://paperless.lila.network", text = "[SSO] Document Store (https://paperless.lila.network)"} }, { grafana = { href = "https://grafana.lila.network", text = "[SSO] Monitoring System (https://grafana.lila.network)"} }, - { games = { href = "https://games.lila.network", text = "🎮 [SSO] Game Status Page (https://games.lila.network)"} }, + { games = { href = "https://games.lila.network", text = "🎮 Game Status Page (https://games.lila.network)"} }, { nextcloud = { href = "https://cloud.lila.network", text = "Nextcloud (https://cloud.lila.network)"} }, { mastodon = { href = "https://social.lila.network", text = "Mastodon (https://social.lila.network)"} }, { git = { href = "https://code.lila.network", text = "Source Code Management (https://code.lila.network)"} },