From 51ac4e2f92a7aa3d7a5ac0af0db140e00b904f85 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 29 Aug 2023 17:01:26 -0500 Subject: [PATCH] remove about link from menu, insert in sidebar --- config/_default/menu.toml | 6 ------ layouts/partials/about.html | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 4fc7ef2..90d952b 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -4,12 +4,6 @@ # url = "/about/" # weight = 10 -[[main]] - identifier = "about" - name = "about" - url = "/about/" - weight = -100 - [[main]] identifier = "projects" name = "projects" diff --git a/layouts/partials/about.html b/layouts/partials/about.html index d6c0c92..5e69943 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -4,10 +4,9 @@

{{ .title }}

{{ partial "tagline.html" . }}
- {{ site.Params.Author }} + {{ site.Params.Author }} {{ end }} -