added body to fnRender
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user