Added a site setting section

This commit is contained in:
Leon Mika 2026-03-09 21:47:02 +11:00
parent 499c0d8568
commit 0bd91de234
17 changed files with 856 additions and 36 deletions

View file

@ -27,8 +27,9 @@ type Site struct {
GUID string
Created time.Time
Title string
Tagline string
Title string
Tagline string
Timezone string
}
type SitePublishTarget struct {