GetArticleMetadata() was replaced by Metadata public slice.
This commit is contained in:
parent
948715d8eb
commit
03e7c478e0
@ -49,7 +49,7 @@ func (h *Handlers) Privacy(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
func (h *Handlers) Stuff(w http.ResponseWriter, r *http.Request) {
|
||||
web.Stuff("/ Stuff", util.GetServiceByHost(r.Host, util.ServiceGit),
|
||||
util.GetServiceByHost(r.Host, util.ServiceFiles), web.GetArticleMetadata(), w)
|
||||
util.GetServiceByHost(r.Host, util.ServiceFiles), web.Metadata, w)
|
||||
}
|
||||
|
||||
func (h *Handlers) Mindflow(w http.ResponseWriter, r *http.Request) {
|
||||
|
Loading…
Reference in New Issue
Block a user