mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
output: Add output type
This commit is contained in:
@@ -67,7 +67,7 @@ func pageRenderer(s *Site, pages <-chan *Page, results chan<- error, wg *sync.Wa
|
||||
for _, mediaType := range p.mediaTypes {
|
||||
switch mediaType {
|
||||
|
||||
case media.HtmlType:
|
||||
case media.HTMLType:
|
||||
targetPath := p.TargetPath()
|
||||
|
||||
layouts := p.layouts()
|
||||
|
Reference in New Issue
Block a user