summaryrefslogtreecommitdiff
path: root/internal/frontmatter/parser.go
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-12 23:16:25 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-12 23:16:25 +0700
commit007368ef290d935312a5cd2883b07cc53c38cea3 (patch)
tree0ad8c4a1e0d26be4330f6edf49c23b3493733911 /internal/frontmatter/parser.go
parent73d4a3658ca14527e8a749bb8850a2c8e4bfac88 (diff)
downloadarticlator-007368ef290d935312a5cd2883b07cc53c38cea3.tar.gz
articlator-007368ef290d935312a5cd2883b07cc53c38cea3.zip
feat: rm timezone field
Diffstat (limited to 'internal/frontmatter/parser.go')
-rw-r--r--internal/frontmatter/parser.go1
1 files changed, 0 insertions, 1 deletions
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) {