diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-31 23:35:54 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-31 23:35:54 +0200 |
| commit | 8d1867c46949aac9b7d868076900e07aeafb9e1a (patch) | |
| tree | dcf679036c5b0e296fc5a46f97b8310e94d020a6 /layouts/guide/single.html | |
| parent | 2d43bc9db012ab3f133db724d2dcee2eb07be84a (diff) | |
Diffstat (limited to 'layouts/guide/single.html')
| -rw-r--r-- | layouts/guide/single.html | 5 |
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> |
