projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72ca38
)
remove unused field
author
Nate Finch
<nate.finch@gmail.com>
Thu, 11 Sep 2014 02:06:46 +0000
(22:06 -0400)
committer
Nate Finch
<nate.finch@gmail.com>
Fri, 12 Sep 2014 11:25:45 +0000
(07:25 -0400)
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index 02257131d55dee17ead5d4bc85922e8bf730c66d..1db0d149fcfe890f9fd2d09d2340e0c87d9d4364 100644
(file)
--- a/
hugolib/site.go
+++ b/
hugolib/site.go
@@
-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