mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
tpl/partials: Remouve unused method
This commit is contained in:
parent
0e2260421e
commit
e2b067f050
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ type Namespace struct {
|
|||
cachedPartials partialCache
|
||||
}
|
||||
|
||||
func (ns *Namespace) Foo(i interface{}) {
|
||||
|
||||
}
|
||||
|
||||
// Include executes the named partial and returns either a string,
|
||||
// when the partial is a text/template, or template.HTML when html/template.
|
||||
func (ns *Namespace) Include(name string, contextList ...interface{}) (interface{}, error) {
|
||||
|
|
Loading…
Reference in a new issue