summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 97190e4..27f3c24 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,6 +2,12 @@
{{ with .Params.icon }}
<img src="{{ . }}" class="icon">
{{ end }}
+{{ if .Params.deprecated }}
+<br>
+<blockquote class="deprecated">
+ <p>I don't like this guide. I just leave it in case, avoid using it.</p>
+</blockquote>
+{{ end }}
{{ if .Params.table }}
<h2>Table of Contents</h2>
{{.TableOfContents}}