mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 05:04:46 +00:00
remove unused field
This commit is contained in:
parent
a72ca38c07
commit
cf3e748bd9
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ type SiteInfo struct {
|
||||||
DisqusShortname string
|
DisqusShortname string
|
||||||
Copyright string
|
Copyright string
|
||||||
LastChange time.Time
|
LastChange time.Time
|
||||||
ConfigGet func(key string) interface{}
|
|
||||||
Permalinks PermalinkOverrides
|
Permalinks PermalinkOverrides
|
||||||
Params map[string]interface{}
|
Params map[string]interface{}
|
||||||
BuildDrafts bool
|
BuildDrafts bool
|
||||||
|
|
Loading…
Reference in a new issue