mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
tpl/partials: Remouve unused method
This commit is contained in:
@@ -46,10 +46,6 @@ type Namespace struct {
|
|||||||
cachedPartials partialCache
|
cachedPartials partialCache
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ns *Namespace) Foo(i interface{}) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Include executes the named partial and returns either a string,
|
// Include executes the named partial and returns either a string,
|
||||||
// when the partial is a text/template, or template.HTML when html/template.
|
// when the partial is a text/template, or template.HTML when html/template.
|
||||||
func (ns *Namespace) Include(name string, contextList ...interface{}) (interface{}, error) {
|
func (ns *Namespace) Include(name string, contextList ...interface{}) (interface{}, error) {
|
||||||
|
Reference in New Issue
Block a user