Test Meta Description
All checks were successful
release-tag / release-image (push) Successful in 2m22s

This commit is contained in:
2025-05-05 20:58:17 +02:00
parent 10172d1fdc
commit 38fa612a18
3 changed files with 20 additions and 14 deletions

View File

@@ -7,9 +7,10 @@ import (
)
type Article struct {
Title string
Slug string
Date time.Time
Cover string //  NEW
Body template.HTML // already trusted
Title string
Slug string
Date time.Time
Cover string
Body template.HTML
Description string
}