From 613d856b2f339b9c7199c10c908997fc6a9f872b Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 3 Jul 2024 19:47:47 +0000 Subject: [PATCH] Add menu links to most commonly referenced pages. --- hugo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hugo.toml b/hugo.toml index 3ae5801..8cc310a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -41,6 +41,16 @@ googleAnalytics = "G-QFK0K7MGCJ" url = "/tags" weight = 4 +[[menu.main]] + name = "Outer Wilds Guide" + url = "/posts/2023-10-26-outer-wilds-spoiler-free-tips/" + weight = 8 + +[[menu.main]] + name = "Star Citizen Starter Ships" + url = "/posts/2023-11-27-choosing-a-starter-ship-in-star-citizen/" + weight = 8 + [related] threshold = 80 includeNewer = false