mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 14:44:50 -04:00
Revert "tpl: Fix baseof.html in error message"
I need to rethink this. This reverts commit 646a52a5c5f52890f2d0270b68ba0f863047484a.
This commit is contained in:
parent
646a52a5c5
commit
8e825ddf5b
@ -568,7 +568,7 @@ func (t *htmlTemplates) handleMaster(name, overlayFilename, masterFilename strin
|
||||
return err
|
||||
}
|
||||
|
||||
masterTpl, err = t.t.New(masterFilename).Parse(templ)
|
||||
masterTpl, err = t.t.New(overlayFilename).Parse(templ)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
@ -609,7 +609,7 @@ func (t *textTemplates) handleMaster(name, overlayFilename, masterFilename strin
|
||||
return err
|
||||
}
|
||||
|
||||
masterTpl, err = t.t.New(masterFilename).Parse(templ)
|
||||
masterTpl, err = t.t.New(overlayFilename).Parse(templ)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user