diff options
-rw-r--r-- | data/menu.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/menu.yaml b/data/menu.yaml index 4e4cd87..990cc4e 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -21,6 +21,11 @@ start: # right-aligned navbar menu entries # (names of these items are only shown on mobile) end: + - id: "theme" + href: "#" + name: "Switch Theme" + icon: "/ims/theme.svg" + help: "switch between light and dark theme" - id: "github" href: "https://github.com/pablotron" name: "GitHub" @@ -28,6 +33,7 @@ end: help: "github page" - id: "pgp" href: "/files/pabs.asc" + name: "PGP Key" icon: "/ims/key.svg" help: "PGP key" - id: "rss" |