From 8e3f93ed503864670476d322639a8b9051d5e740 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 2 Aug 2025 16:22:53 +0700 Subject: feat: add geolocation of places in blog --- internal/frontmatter/parser.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') diff --git a/internal/frontmatter/parser.go b/internal/frontmatter/parser.go index 6cc3ee8..1a521c0 100644 --- a/internal/frontmatter/parser.go +++ b/internal/frontmatter/parser.go @@ -15,6 +15,7 @@ type Metadata struct { PublishedTime time.Time `yaml:"publishedTime"` Thumbnail string `yaml:"thumbnail"` Tags []string `yaml:"tags"` + Geolocation string `yaml:"geolocation"` } func ParseFrontmatter(content []byte) (metadata *Metadata, markdown []byte, err error) { -- cgit v1.3.1+13