diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 20:48:02 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 20:48:02 -0400 |
commit | efced0c5069bd5a615133a62067170df293c9fb2 (patch) | |
tree | 5b8bd6aacb8f48bd4fa8a2f2b95e8593383412c4 /data | |
parent | 2d58d3fdfafbc1141c50138c80917ffc8f1fa531 (diff) | |
download | pablotron.org-efced0c5069bd5a615133a62067170df293c9fb2.tar.bz2 pablotron.org-efced0c5069bd5a615133a62067170df293c9fb2.zip |
data/menu.yaml: remove links entry from menu
Diffstat (limited to 'data')
-rw-r--r-- | data/menu.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
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" |