added body to fnRender

This commit is contained in:
Sebastian Frank
2019-02-28 15:13:59 +01:00
parent e943271561
commit 5acc4083aa
9 changed files with 36 additions and 10 deletions

View File

@@ -15,8 +15,9 @@ type ThisPathConfig struct {
// IndexConfig describes index input and output file
type IndexConfig struct {
InputFile *string `yaml:"InputFile"`
OutputFile *string `yaml:"OutputFile"`
InputFile *string `yaml:"InputFile"`
InputString *string `yaml:"InputString"`
OutputFile *string `yaml:"OutputFile"`
}
// MetaData describes meta data for current site/tree node