diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2026-03-19 17:14:20 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2026-03-19 17:14:20 +0000 |
| commit | 66bd5d2f7fd84eec39d69f4a8f5c435fc978804f (patch) | |
| tree | 20bfd8637cce28750b4a66bdd9aa47cb9831308b /web/command/html/site.go | |
| parent | 60cd7875c2c9ee595012078a3ba8f13b71c73dc9 (diff) | |
Diffstat (limited to 'web/command/html/site.go')
| -rw-r--r-- | web/command/html/site.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/command/html/site.go b/web/command/html/site.go index e9bfbac..bd91c12 100644 --- a/web/command/html/site.go +++ b/web/command/html/site.go @@ -27,6 +27,7 @@ func SitePage(mainConfig *config.MainConfig, site *site.Site) Node { NavButton("Change host", "host"), NavButton("Set flags", "flags"), + NavButton("Change password", "password"), NavButton("Delete site", "delete"), ), ), |
