diff options
Diffstat (limited to 'layouts/guide')
| -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> |
