summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-05-31 23:35:54 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-05-31 23:35:54 +0200
commit8d1867c46949aac9b7d868076900e07aeafb9e1a (patch)
treedcf679036c5b0e296fc5a46f97b8310e94d020a6 /layouts
parent2d43bc9db012ab3f133db724d2dcee2eb07be84a (diff)
small tidy upHEADmain
Diffstat (limited to 'layouts')
-rw-r--r--layouts/guide/single.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/guide/single.html b/layouts/guide/single.html
index 6d1c347..ededf1d 100644
--- a/layouts/guide/single.html
+++ b/layouts/guide/single.html
@@ -5,7 +5,10 @@
{{ if .Params.deprecated }}
<br>
<blockquote class="deprecated">
- <p>I don't like this guide. I just leave it in case, avoid using it.</p>
+ <p>This page is deprecated.</p>
+ {{ if .Params.deprecatedDescription }}
+ <p>{{ .Params.deprecatedDescription }}</p>
+ {{ end }}
</blockquote>
{{ end }}
<h2>Table of Contents</h2>