Merge branch 'master' into fix/db-context-load
This commit is contained in:
commit
2081882b41
1 changed files with 5 additions and 5 deletions
|
|
@ -7,11 +7,11 @@ import (
|
|||
)
|
||||
|
||||
type FrontMatter struct {
|
||||
Title string `yaml:"title"`
|
||||
Tags []string `yaml:"tags"`
|
||||
Created string `yaml:"created"`
|
||||
Updated string `yaml:"updated"`
|
||||
Author string `yaml:"author"`
|
||||
Title string `yaml:"Title"`
|
||||
Tags []string `yaml:"Tags"`
|
||||
Created string `yaml:"Created"`
|
||||
Updated string `yaml:"Updated"`
|
||||
Author string `yaml:"Author"`
|
||||
}
|
||||
|
||||
func ParseTags(file []byte) ([]string, error) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue