Merge branch 'master' into fix/db-context-load

This commit is contained in:
Kristian Borgwarth 2026-04-05 02:17:25 +02:00
commit 2081882b41

View file

@ -7,11 +7,11 @@ import (
) )
type FrontMatter struct { type FrontMatter struct {
Title string `yaml:"title"` Title string `yaml:"Title"`
Tags []string `yaml:"tags"` Tags []string `yaml:"Tags"`
Created string `yaml:"created"` Created string `yaml:"Created"`
Updated string `yaml:"updated"` Updated string `yaml:"Updated"`
Author string `yaml:"author"` Author string `yaml:"Author"`
} }
func ParseTags(file []byte) ([]string, error) { func ParseTags(file []byte) ([]string, error) {