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