]> danix's work - danix.xyz-2.git/commit
fix: breadcrumb navigation now renders in article pages
authorDanilo M. <redacted>
Thu, 16 Apr 2026 14:21:15 +0000 (16:21 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 14:21:15 +0000 (16:21 +0200)
commite265bc210a4ba48bc574441bb02677b34a7d6f1c
tree6962d9ad73034630608b10ec6bd04adcab129e0e
parenteacc38e5f021d2bd60ae38c0cb03fbf9c61a1e07
fix: breadcrumb navigation now renders in article pages

The breadcrumb partial was being called but producing no output. Investigation
revealed the issue: Hugo was using layouts/_default/single.html instead of
layouts/articles/single.html. Added the breadcrumb partial call to the actual
layout being used (_default/single.html), fixing the missing navigation.

Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/danix-xyz-hacker/layouts/_default/single.html