mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Change transformer order
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user