From e76fd935e28d0f82bd54f40acc5f42cc3623a77e Mon Sep 17 00:00:00 2001 From: haemka Date: Fri, 14 Aug 2026 11:09:53 +0000 Subject: [PATCH] Show build commit/branch in the footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single-line addition next to the existing Pelican/Python credit, using the same '·' delimiter as the header toggles. Only renders when SITE_COMMIT is set (i.e. built via the CI workflow, not a plain local build). --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/base.html b/templates/base.html index ca90cee..d8d6a57 100644 --- a/templates/base.html +++ b/templates/base.html @@ -124,6 +124,9 @@