mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
hugolib: Add basic setup for output def per Kind
This commit is contained in:
@@ -1642,6 +1642,10 @@ func (s *Site) kindFromSections(sections []string) string {
|
||||
return KindSection
|
||||
}
|
||||
|
||||
func (s *Site) layouts(p *PageOutput) []string {
|
||||
return s.layoutHandler.For(p.layoutIdentifier, "", p.outputType)
|
||||
}
|
||||
|
||||
func (s *Site) preparePages() error {
|
||||
var errors []error
|
||||
|
||||
|
Reference in New Issue
Block a user