diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-27 14:13:52 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-27 14:13:52 -0400 |
commit | 9d24d2da9e105ebf5edda9b281810cdf0f886e50 (patch) | |
tree | d970c06d5bcc37dd97d118a79d11ffd5564a384c /data | |
parent | fe210eb4387880c62c6438ccba0effa8ce1521ac (diff) | |
download | pablotron.org-9d24d2da9e105ebf5edda9b281810cdf0f886e50.tar.bz2 pablotron.org-9d24d2da9e105ebf5edda9b281810cdf0f886e50.zip |
data/menu.yaml: add "Switch Theme" entry, add pgp key entry name
Diffstat (limited to 'data')
-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" |