feat: add PostsPerPage to Site model and DB provider
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9b36a35c1a
commit
9919f3444a
2 changed files with 24 additions and 20 deletions
|
|
@ -27,9 +27,10 @@ type Site struct {
|
|||
GUID string
|
||||
Created time.Time
|
||||
|
||||
Title string
|
||||
Tagline string
|
||||
Timezone string
|
||||
Title string
|
||||
Tagline string
|
||||
Timezone string
|
||||
PostsPerPage int
|
||||
}
|
||||
|
||||
type SitePublishTarget struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue