summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
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>