diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 12:30:23 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 12:30:23 +0200 |
| commit | 1815a9655e832a689891ee0843c8f5633a1bb4f5 (patch) | |
| tree | 678425716245b0b5937c631bbf773b9929df1396 /layouts/articles/single.html | |
| parent | 749cb3b4dc0c5ee7b9a2622a6cb1d731ffbc5004 (diff) | |
| download | danixxyz-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.html | 3 |
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 . }} |
