remove unused field

This commit is contained in:
Nate Finch 2014-09-10 22:06:46 -04:00
parent a72ca38c07
commit cf3e748bd9

View file

@ -89,7 +89,6 @@ type SiteInfo struct {
DisqusShortname string
Copyright string
LastChange time.Time
ConfigGet func(key string) interface{}
Permalinks PermalinkOverrides
Params map[string]interface{}
BuildDrafts bool