aboutsummaryrefslogtreecommitdiff
path: root/data/menu.yaml
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-17 19:52:10 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-17 19:52:10 -0400
commitba930dfe0ec42e181000a4e2c460805fceeb2d9a (patch)
tree59456802f7534cc0dac0fe2584eaed1638ca7243 /data/menu.yaml
parenta3e0e3d86e0d2257c4ac5eff458a5605191ec533 (diff)
downloadpablotron.org-ba930dfe0ec42e181000a4e2c460805fceeb2d9a.tar.bz2
pablotron.org-ba930dfe0ec42e181000a4e2c460805fceeb2d9a.zip
add menu script, fix menu rendering on mobile
Diffstat (limited to 'data/menu.yaml')
-rw-r--r--data/menu.yaml4
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"