summaryrefslogtreecommitdiffstats
path: root/tests/test_models.py
AgeCommit message (Collapse)AuthorFilesLines
14 daysfix: use lowercase article types and restore selection in FrontmatterEditorDanilo M.1-2/+2
ARTICLE_TYPES lowercased to match Hugo theme expectations. FrontmatterEditor now matches the existing frontmatter value case-insensitively so the correct type is selected rather than defaulting to the first item. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03feat: add meta_type, meta_tags, meta_categories, meta_date properties to ArticleDanilo M.1-0/+45
2026-05-01feat: Article dataclass and ARTICLE_TYPESDanilo M.1-0/+36