]> danix's work - danix.xyz-2.git/commit
fix: use dedicated article-card partial for taxonomy pages
authorDanilo M. <redacted>
Tue, 21 Apr 2026 10:09:53 +0000 (12:09 +0200)
committerDanilo M. <redacted>
Tue, 21 Apr 2026 10:09:53 +0000 (12:09 +0200)
commita14e39f1e7ca28fd27380efef855617c070ce256
tree2971ed0e487c75081b4974328704fd8f02c4f37a
parent60628e3f8e0fca9f19123fcc2148111cc4d8edc1
fix: use dedicated article-card partial for taxonomy pages

The timeline partial (article-list-item.html) always emits <li> with
timeline connector and node markup — calling it with . still produces
the same timeline HTML. Created article-card.html with the original
<article class="card"> markup and wired taxonomy templates to use it.

Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/danix-xyz-hacker/layouts/partials/article-card.html [new file with mode: 0644]
themes/danix-xyz-hacker/layouts/taxonomy/list.html
themes/danix-xyz-hacker/layouts/taxonomy/term.html