From ba930dfe0ec42e181000a4e2c460805fceeb2d9a Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 17 Oct 2021 19:52:10 -0400 Subject: add menu script, fix menu rendering on mobile --- data/menu.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/menu.yaml') 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" -- cgit v1.2.3