From 4a287b98ffd034d29e01c9c92252dbd716cbb71d Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 3 Aug 2025 18:37:28 +0200 Subject: [PATCH] Add breadcrumbs to blog articles --- _layouts/blog.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_layouts/blog.html b/_layouts/blog.html index 5a2d11449..35f9845c7 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -10,6 +10,13 @@
+
{% assign author = site.data.authors[page.author] %}