diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 12:24:45 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 12:24:45 +0200 |
| commit | 749cb3b4dc0c5ee7b9a2622a6cb1d731ffbc5004 (patch) | |
| tree | a5c05fd86fe07dfe96f3129b7e5833311f00cb68 /layouts/_default | |
| parent | d028aeced2049b753f126ec70fad7d73449b7516 (diff) | |
| download | danixxyz-theme-749cb3b4dc0c5ee7b9a2622a6cb1d731ffbc5004.tar.gz danixxyz-theme-749cb3b4dc0c5ee7b9a2622a6cb1d731ffbc5004.zip | |
feat: add obsolete article banner
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/single.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7a1a069..aaced43 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -14,6 +14,9 @@ <!-- Article header --> {{ partial "article-header.html" . }} + <!-- Obsolete article banner --> + {{ partial "obsolete-banner.html" . }} + <!-- Article content --> <div class="prose prose-invert max-w-none mb-12"> {{ .Content }} |
