mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
hugolib: Read default output formats from site config
This commit is contained in:
parent
4aaed87dd9
commit
dbb83f925a
10 changed files with 101 additions and 65 deletions
|
@ -45,7 +45,6 @@ func (p *PageOutput) targetPath(addends ...string) (string, error) {
|
|||
return "", err
|
||||
}
|
||||
return tp, nil
|
||||
|
||||
}
|
||||
|
||||
func newPageOutput(p *Page, createCopy bool, f output.Format) (*PageOutput, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue