diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-16 18:42:50 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-16 18:42:50 +0100 |
| commit | 3af8911d46913b8e47c2bf18536a1ec4b7c21596 (patch) | |
| tree | 51944840b5d12f2088ef9d0f982557e72d19205a /web/command/html | |
| parent | 4c3e5c256930249798768b0195c42efca1428586 (diff) | |
Add systemd service files and fixes
Diffstat (limited to 'web/command/html')
| -rw-r--r-- | web/command/html/site.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/command/html/site.go b/web/command/html/site.go index b3e0cc1..cb1fa31 100644 --- a/web/command/html/site.go +++ b/web/command/html/site.go @@ -63,12 +63,12 @@ func SitePage(mainConfig *config.MainConfig, site *site.Site) Node { } }), ), - Div( - Class("control-group group-right"), - - navButton("Upload new version", "upload"), - ), }), + Div( + Class("control-group group-right"), + + navButton("Upload new version", "upload"), + ), H2(Text("Information")), |
