From 13a66428533c5f870901343dd505bcb835015430 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 6 Sep 2025 19:18:00 +0700 Subject: feat: home page feat: my random fact giver for a home page feat: stricter cors policy refactor: move lightlibrary css onto my bucket --- internal/frontmatter/parser.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/frontmatter/parser.go') diff --git a/internal/frontmatter/parser.go b/internal/frontmatter/parser.go index 1a521c0..83312dc 100644 --- a/internal/frontmatter/parser.go +++ b/internal/frontmatter/parser.go @@ -16,6 +16,8 @@ type Metadata struct { Thumbnail string `yaml:"thumbnail"` Tags []string `yaml:"tags"` Geolocation string `yaml:"geolocation"` + Medley string `yaml:"medley"` + MedleyPart int `yaml:"medleyPart"` } func ParseFrontmatter(content []byte) (metadata *Metadata, markdown []byte, err error) { -- cgit v1.3.1+13