render paths via fnRender correct
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-02-28 14:14:31 +01:00
parent d78ecf4682
commit e943271561
7 changed files with 125 additions and 68 deletions

View File

@@ -55,13 +55,14 @@ type PathConfig struct {
Filename *FilenameConfig `yaml:"Filename"`
Markdown *MarkdownConfig `yaml:"Markdown"`
Data interface{} `yaml:"Data"`
Data map[string]interface{} `yaml:"Data"`
}
// PathConfigTree is complete config tree of content dir
type PathConfigTree struct {
InputPath string
OutputPath string
Hidden bool // for collections which are not part of the navigation
InputFiles []string
OtherFiles []string