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/repository | |
| 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/repository')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/repository/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/repository/list.html b/themes/danix-xyz-hacker/layouts/repository/list.html index 95f1f36..2ed6b5f 100644 --- a/themes/danix-xyz-hacker/layouts/repository/list.html +++ b/themes/danix-xyz-hacker/layouts/repository/list.html @@ -1,6 +1,9 @@ {{ define "main" }} <main class="min-h-screen px-4 py-12"> <article class="mx-auto px-4 py-12 max-w-4xl border border-border glow-accent rounded-lg bg-bg p-8"> + <!-- Breadcrumb --> + {{ partial "breadcrumb.html" . }} + <!-- Page Title (Hero) --> <div class="mb-12"> <h1 class="text-5xl md:text-6xl font-bold mb-4 text-accent animate-fade-in"> |
