From e3f78f2522c5175b84dbc0f1c418391fd16da96a Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Fri, 31 Oct 2025 08:54:40 +0100 Subject: [PATCH] fix: correct back to blog button URL with language prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change from .Section | relURL to "/blog/" | relLangURL to ensure the back button properly includes the language prefix (/de/blog/ or /en/blog/) instead of just /blog/. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- layouts/blog/single.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 layouts/blog/single.html diff --git a/layouts/blog/single.html b/layouts/blog/single.html new file mode 100644 index 0000000..b7d11ac --- /dev/null +++ b/layouts/blog/single.html @@ -0,0 +1,35 @@ +{{ define "main" }} + +{{ end }}