From ca6224c0533a82a9fa829282c077b72440c60bf3 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Fri, 11 Nov 2022 22:33:21 -0800 Subject: [PATCH] maybe add proper mastodon link? --- config.toml | 5 +++-- content/_index.md | 4 +--- content/sundries/_index.md | 1 + templates/base.html | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 94606b4..50e8f5b 100644 --- a/config.toml +++ b/config.toml @@ -28,7 +28,7 @@ socials = [ { name = "mastodon", url = "https://socialnotwork.net/@nebkor", icon = "mastodon" }, ] -toc = false +toc = true use_cdn = false favicon = "/icon/favicon.png" theme = "auto" @@ -36,5 +36,6 @@ theme = "auto" menu = [ { name = "R&D", url = "/rnd", weight = 1 }, { name = "sundries", url = "/sundries", weight = 2 }, - { name = "(about)", url = "/about", weight = 3 }, + { name = "about", url = "/about", weight = 3 }, + { name = "home", url = "/", weight = 4 }, ] diff --git a/content/_index.md b/content/_index.md index fa3db20..b211151 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,7 @@ +++ -toc = false +toc = true title = "From the Desk of the Head of R&D and Chief Sundries Officer" sort_by = "date" generate_feed = true -path = "." +++ -# - [Welcome](./about) diff --git a/content/sundries/_index.md b/content/sundries/_index.md index bbbbab9..389252c 100644 --- a/content/sundries/_index.md +++ b/content/sundries/_index.md @@ -1,4 +1,5 @@ +++ title = "Sundries, by NebCorp HIAS" sort_by = "date" +path = "sundries" +++ diff --git a/templates/base.html b/templates/base.html index 97936d7..468af08 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,7 @@ Nothing here?! {% endblock main_content %} + . - \ No newline at end of file +