]> danix's work - danix2-hugo-theme.git/commit
fix: use articles section to properly detect and display articles
authorDanilo M. <redacted>
Sun, 5 Apr 2026 08:27:36 +0000 (10:27 +0200)
committerDanilo M. <redacted>
Sun, 5 Apr 2026 08:27:36 +0000 (10:27 +0200)
commit126d0f839fd66bd0b0d7c56931dc2a6f2f6886d3
tree9dfc11f59176af4383b247b98c89a86df3c8855f
parent097a22c01992ef76f5885d544fa5e4997b719a85
fix: use articles section to properly detect and display articles

Changed home.html to fetch articles from the /articles section directly instead of filtering by Type. This properly handles existing articles that may use different type field formats.

Also increased articles shown from 3 to 6, sorted by date descending (newest first).

Supports both old articles with custom 'type' fields and new articles with the tech/life/quote/link/photo system.

Co-Authored-By: Claude Haiku 4.5 <redacted>
layouts/home.html