Fixed formatting and added description

This commit is contained in:
2025-01-11 23:08:39 -06:00
parent 6e51164403
commit 862ff8e546
15 changed files with 73 additions and 31 deletions

View File

@ -13,9 +13,10 @@ import (
)
type FrontMatter struct {
Name string
Date string
Tags []string
Name string
Description string
Date string
Tags []string
}
func ExtractFrontMatter(file fs.DirEntry, contentFS fs.FS) (CardLink, error) {