HTMX + Deps Update

This commit is contained in:
2025-01-12 14:51:43 -06:00
parent 38dc30fb0f
commit 44c84ced2e
17 changed files with 470 additions and 193 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) {