From 1815a9655e832a689891ee0843c8f5633a1bb4f5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 29 Apr 2026 12:30:23 +0200 Subject: fix: add obsolete banner to articles template --- layouts/articles/single.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/articles/single.html b/layouts/articles/single.html index e646639..eb4f2f2 100644 --- a/layouts/articles/single.html +++ b/layouts/articles/single.html @@ -14,6 +14,9 @@ {{ partial "article-header.html" . }} + + {{ partial "obsolete-banner.html" . }} + {{ partial $template . }} -- cgit v1.2.3