shithub: hugo

Download patch

ref: cf3e748bd99e97d5c61887035520a959e1d133a2
parent: a72ca38c07f5acd55f29b112afa3cd9830ba4cc4
author: Nate Finch <[email protected]>
date: Wed Sep 10 18:06:46 EDT 2014

remove unused field

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -89,7 +89,6 @@
 	DisqusShortname string
 	Copyright       string
 	LastChange      time.Time
-	ConfigGet       func(key string) interface{}
 	Permalinks      PermalinkOverrides
 	Params          map[string]interface{}
 	BuildDrafts     bool