Add page footer with request time display

This commit is contained in:
2026-05-07 08:19:39 +02:00
parent 0a30325b96
commit 2787c15d40
5 changed files with 41 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ type pageData struct {
Entries []entry
SpecialContent template.HTML
SidebarWidget template.HTML
RenderMS int64
}
// pageSettings holds the parsed contents of a .page-settings file.