mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-15 02:04:02 +00:00
parent
fe0c270577
commit
ccb3040ad4
1 changed files with 2 additions and 1 deletions
|
@ -154,6 +154,8 @@ type targetList struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SiteInfo struct {
|
type SiteInfo struct {
|
||||||
|
// atomic requires 64-bit alignment for struct field access
|
||||||
|
paginationPageCount uint64
|
||||||
BaseURL template.URL
|
BaseURL template.URL
|
||||||
Taxonomies TaxonomyList
|
Taxonomies TaxonomyList
|
||||||
Authors AuthorList
|
Authors AuthorList
|
||||||
|
@ -178,7 +180,6 @@ type SiteInfo struct {
|
||||||
BuildDrafts bool
|
BuildDrafts bool
|
||||||
canonifyURLs bool
|
canonifyURLs bool
|
||||||
preserveTaxonomyNames bool
|
preserveTaxonomyNames bool
|
||||||
paginationPageCount uint64
|
|
||||||
Data *map[string]interface{}
|
Data *map[string]interface{}
|
||||||
|
|
||||||
owner *HugoSites
|
owner *HugoSites
|
||||||
|
|
Loading…
Reference in a new issue