summaryrefslogtreecommitdiffstats
path: root/layouts/partials/project-row.html
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26fix: row thumbnail cell is 3:2 landscape, holds its own aspect ratioDanilo M.1-1/+1
Was stretching to body height via items-stretch; give the image cell aspect-[3/2] and self-start so a 3:2 thumbnail displays at its intended ratio instead of being cropped to the row height.
2026-06-26feat: infer thumbnail.* (2:3 row) and header.* (wide banner) page resourcesDanilo M.1-1/+6
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-4/+6
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 hub list layout with project rowsDanilo M.1-0/+65