From efced0c5069bd5a615133a62067170df293c9fb2 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 15 Oct 2021 20:48:02 -0400 Subject: data/menu.yaml: remove links entry from menu --- data/menu.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data/menu.yaml') diff --git a/data/menu.yaml b/data/menu.yaml index 599d67d..d1d93cc 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -12,20 +12,20 @@ start: href: "/projects/" name: "Projects" help: "Projects" - - id: "links" - href: "/links/" - name: "Links" - help: "Links" +# - id: "links" +# href: "/links/" +# name: "Links" +# help: "Links" end: - id: "github" href: "https://github.com/pablotron" icon: "/icons/github.svg" - help: "my github page" + help: "github page" - id: "pgp" href: "/files/pgp.asc" icon: "/icons/key.svg" - help: "my PGP key" + help: "PGP key" - id: "rss" href: "/index.xml" icon: "/icons/rss.svg" - help: "blog post atom feed" + help: "blog feed" -- cgit v1.2.3