Added a site setting section
This commit is contained in:
parent
499c0d8568
commit
0bd91de234
17 changed files with 856 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue