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 {
|
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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue