From 3e686b23a364be655eda344940e7455cbce379e9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 15:29:38 +0200 Subject: feat: add breadcrumb navigation component - Create breadcrumb.html partial with Home > Articles > Title structure - Support both English and Italian language versions - Add breadcrumb and breadcrumb-separator CSS classes - Integrate breadcrumb into article detail pages - Rebuild CSS: main.min.css updated Co-Authored-By: Claude Haiku 4.5 --- themes/danix-xyz-hacker/layouts/articles/single.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/danix-xyz-hacker/layouts/articles/single.html') diff --git a/themes/danix-xyz-hacker/layouts/articles/single.html b/themes/danix-xyz-hacker/layouts/articles/single.html index fe2ff6e..4e97fb3 100644 --- a/themes/danix-xyz-hacker/layouts/articles/single.html +++ b/themes/danix-xyz-hacker/layouts/articles/single.html @@ -5,6 +5,9 @@
+ + {{ partial "breadcrumb.html" . }} + {{ partial "article-header.html" . }} -- cgit v1.2.3