summaryrefslogtreecommitdiffstats
path: root/layouts/articles/single.html
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-29 12:30:23 +0200
committerDanilo M. <danix@danix.xyz>2026-04-29 12:30:23 +0200
commit1815a9655e832a689891ee0843c8f5633a1bb4f5 (patch)
tree678425716245b0b5937c631bbf773b9929df1396 /layouts/articles/single.html
parent749cb3b4dc0c5ee7b9a2622a6cb1d731ffbc5004 (diff)
downloaddanixxyz-theme-1815a9655e832a689891ee0843c8f5633a1bb4f5.tar.gz
danixxyz-theme-1815a9655e832a689891ee0843c8f5633a1bb4f5.zip
fix: add obsolete banner to articles template
Diffstat (limited to 'layouts/articles/single.html')
-rw-r--r--layouts/articles/single.html3
1 files changed, 3 insertions, 0 deletions
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 @@
<!-- Article header -->
{{ partial "article-header.html" . }}
+ <!-- Obsolete article banner -->
+ {{ partial "obsolete-banner.html" . }}
+
<!-- Type-specific content -->
{{ partial $template . }}