mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
@@ -42,7 +42,7 @@ func Parse(r io.Reader, cfg Config) (Result, error) {
|
||||
|
||||
type ContentFrontMatter struct {
|
||||
Content []byte
|
||||
FrontMatter map[string]interface{}
|
||||
FrontMatter map[string]any
|
||||
FrontMatterFormat metadecoders.Format
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user