summaryrefslogtreecommitdiffstats
path: root/parser/pageparser/pageparser.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser/pageparser/pageparser.go')
-rw-r--r--parser/pageparser/pageparser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/pageparser/pageparser.go b/parser/pageparser/pageparser.go
index 7bfcfd698..3338e063e 100644
--- a/parser/pageparser/pageparser.go
+++ b/parser/pageparser/pageparser.go
@@ -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
}