aboutsummaryrefslogtreecommitdiff
path: root/data/menu.yaml
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-27 14:13:52 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-27 14:13:52 -0400
commit9d24d2da9e105ebf5edda9b281810cdf0f886e50 (patch)
treed970c06d5bcc37dd97d118a79d11ffd5564a384c /data/menu.yaml
parentfe210eb4387880c62c6438ccba0effa8ce1521ac (diff)
downloadpablotron.org-9d24d2da9e105ebf5edda9b281810cdf0f886e50.tar.bz2
pablotron.org-9d24d2da9e105ebf5edda9b281810cdf0f886e50.zip
data/menu.yaml: add "Switch Theme" entry, add pgp key entry name
Diffstat (limited to 'data/menu.yaml')
-rw-r--r--data/menu.yaml6
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"