diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-17 19:52:10 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-17 19:52:10 -0400 |
commit | ba930dfe0ec42e181000a4e2c460805fceeb2d9a (patch) | |
tree | 59456802f7534cc0dac0fe2584eaed1638ca7243 /data | |
parent | a3e0e3d86e0d2257c4ac5eff458a5605191ec533 (diff) | |
download | pablotron.org-ba930dfe0ec42e181000a4e2c460805fceeb2d9a.tar.bz2 pablotron.org-ba930dfe0ec42e181000a4e2c460805fceeb2d9a.zip |
add menu script, fix menu rendering on mobile
Diffstat (limited to 'data')
-rw-r--r-- | data/menu.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/menu.yaml b/data/menu.yaml index 2002fc0..d25e7bd 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -19,10 +19,11 @@ start: # help: "Links" # right-aligned navbar menu entries -# (these are usually icon-only) +# (names of these items are only shown on mobile) end: - id: "github" href: "https://github.com/pablotron" + name: "GitHub" icon: "/ims/github.svg" help: "github page" # @@ -33,5 +34,6 @@ end: # - id: "rss" href: "/index.xml" + name: "Feed" icon: "/ims/rss.svg" help: "blog feed" |