From d52451ee1b6a6151b17db353410cceb47e141c6d Mon Sep 17 00:00:00 2001 From: Christian Aribaud Date: Sun, 1 Jun 2025 18:55:23 +0200 Subject: [PATCH] Change page name to avoid clash with demos' URLs --- content/{demos.md => silicate-demos.md} | 0 hugo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename content/{demos.md => silicate-demos.md} (100%) diff --git a/content/demos.md b/content/silicate-demos.md similarity index 100% rename from content/demos.md rename to content/silicate-demos.md diff --git a/hugo.toml b/hugo.toml index c30f99a..d052589 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,7 +16,7 @@ enableGitInfo = true [[menus.main]] name = 'Demos' - pageRef = '/demos' + pageRef = '/silicate-demos' weight = 30 [[menus.main]]