summaryrefslogtreecommitdiffstats
path: root/core/models.py
AgeCommit message (Collapse)AuthorFilesLines
3 daysfix: use lowercase article types and restore selection in FrontmatterEditorDanilo M.1-1/+1
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>
5 daysfeat: add meta_type, meta_tags, meta_categories, meta_date properties to ArticleDanilo M.1-0/+29
7 daysfeat: Article dataclass and ARTICLE_TYPESDanilo M.1-0/+15