summaryrefslogtreecommitdiffstats
path: root/layouts/partials/project-header.html
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26feat: infer thumbnail.* (2:3 row) and header.* (wide banner) page resourcesDanilo M.1-7/+4
Row uses a thumbnail.* page resource; project page shows a full-width header.* banner above the title instead of a small inline logo. Both inferred by filename from the project bundle, no front-matter needed (image param kept as thumbnail fallback).
2026-06-26fix: status badge color (safeCSS) + right-align badge and tagsDanilo M.1-7/+9
Hugo escaped the CSS-var style to ZgotmplZ, so badge colors never applied; build the style string through safeCSS instead. active=green now. On the project page, right-align the status badge with the title and push tags to the right, matching the list-view layout.
2026-06-26feat: slackware project single layout with project-header partialDanilo M.1-0/+46