diff options
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" |