mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
hugolob: A first incorporation of output types in rendering
This commit is contained in:
@@ -1676,6 +1676,7 @@ func errorCollator(results <-chan error, errs chan<- error) {
|
||||
close(errs)
|
||||
}
|
||||
|
||||
// TODO(bep) output move
|
||||
func (s *Site) appendThemeTemplates(in []string) []string {
|
||||
if !s.PathSpec.ThemeSet() {
|
||||
return in
|
||||
|
Reference in New Issue
Block a user