aboutsummaryrefslogtreecommitdiff
path: root/cgi/user.cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-10-04 20:23:28 +0100
committerNat Lasseter <user@4574.co.uk>2025-10-04 20:23:28 +0100
commit4ac9d1b82f8778f3055fefdbc6ea88a3a5d2f347 (patch)
tree59c3cd3a706a700e59844e8eec477dd59fd7325a /cgi/user.cgi
parente468aad308191bf6c481cc8c781a40d638d1a2f6 (diff)
Draught whisky shelf page
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-xcgi/user.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi
index 9a27c40..98c5280 100755
--- a/cgi/user.cgi
+++ b/cgi/user.cgi
@@ -14,6 +14,7 @@ def toplinks
$cgi.ul(class: "toplinks") {
$cgi.li { link("/" , "Home" ) } +
$cgi.li { link("/bins" , "Bins" ) } +
+# $cgi.li { link("/shelf" , "Shelf" ) } +
$cgi.li { link("/eamit.html" , "eamit" , true) } +
$cgi.li { link("https://git.4574.co.uk/", "Git" , true) } +
$cgi.li { link("/stuff-i-want" , "Stuff I Want" ) }
@@ -90,6 +91,8 @@ when "/"
page("Home", "User_4574's Lair")
when "/bins"
page("Bins")
+when "/shelf"
+ page("Whisky Shelf")
when /^\/stuff-i-want/
page("Stuff I Want")
when /^\/bv/