From 007368ef290d935312a5cd2883b07cc53c38cea3 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 12 Aug 2025 23:16:25 +0700 Subject: feat: rm timezone field --- internal/frontmatter/parser.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/frontmatter') diff --git a/internal/frontmatter/parser.go b/internal/frontmatter/parser.go index 20512d9..b301fee 100644 --- a/internal/frontmatter/parser.go +++ b/internal/frontmatter/parser.go @@ -16,7 +16,6 @@ type Metadata struct { Thumbnail string `yaml:"thumbnail"` Tags []string `yaml:"tags"` Geolocation string `yaml:"geolocation"` - Timezone string `yaml:"timezone"` } func ParseFrontmatter(content []byte) (metadata *Metadata, markdown []byte, err error) { -- cgit v1.3.1+13