diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-22 11:51:45 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-22 11:51:45 +0200 |
| commit | 97ded5db20bd901ef48b1f50abf5f7dc83e667bd (patch) | |
| tree | 928c5bfb68bf4ee6b81c1edcf47a9d42bcb6d7e2 /themes/danix-xyz-hacker/layouts/is/list.html | |
| parent | dfa654ef8c1128e0f09dc269e3643d73ac3fa69d (diff) | |
| download | danixxyz-97ded5db20bd901ef48b1f50abf5f7dc83e667bd.tar.gz danixxyz-97ded5db20bd901ef48b1f50abf5f7dc83e667bd.zip | |
fix: add breadcrumb to /is/ and /repository/ list pages in both languages
Section list templates (is/list.html, repository/list.html) were missing
the breadcrumb partial. Also extended JSON-LD breadcrumb generation to
include section-kind pages, not just single pages.
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/is/list.html')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/is/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/is/list.html b/themes/danix-xyz-hacker/layouts/is/list.html index 1184b18..128414f 100644 --- a/themes/danix-xyz-hacker/layouts/is/list.html +++ b/themes/danix-xyz-hacker/layouts/is/list.html @@ -3,6 +3,9 @@ <div class="grid md:grid-cols-3 gap-8 max-w-7xl mx-auto content-grid"> <!-- Article section --> <div class="md:col-span-2"> + <!-- Breadcrumb --> + {{ partial "breadcrumb.html" . }} + <!-- Article header --> {{ partial "article-header.html" . }} |
