mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-04 05:31:44 +00:00
Change transformer order
This commit is contained in:
parent
d712d6f331
commit
6fa6f69a4a
1 changed files with 1 additions and 1 deletions
|
@ -557,8 +557,8 @@ func (s *Site) render(d interface{}, out string, layouts ...string) (err error)
|
||||||
fmt.Println("Section is:", section)
|
fmt.Println("Section is:", section)
|
||||||
|
|
||||||
transformer := transform.NewChain(
|
transformer := transform.NewChain(
|
||||||
&transform.AbsURL{BaseURL: s.Config.BaseUrl},
|
|
||||||
&transform.NavActive{Section: section},
|
&transform.NavActive{Section: section},
|
||||||
|
&transform.AbsURL{BaseURL: s.Config.BaseUrl},
|
||||||
)
|
)
|
||||||
|
|
||||||
renderReader, renderWriter := io.Pipe()
|
renderReader, renderWriter := io.Pipe()
|
||||||
|
|
Loading…
Reference in a new issue