Calendar widget v1

This commit is contained in:
2026-04-23 10:48:10 +02:00
parent 314fe4600f
commit 910be60ed5
7 changed files with 471 additions and 15 deletions
+1
View File
@@ -46,6 +46,7 @@ type pageData struct {
Content template.HTML
Entries []entry
SpecialContent template.HTML
DiaryWidget template.HTML
}
// pageSettings holds the parsed contents of a .page-settings file.