diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-31 10:57:28 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-31 10:57:28 +0100 |
| commit | d1bde894bc6c782da3f95bc38ffa7daca882da64 (patch) | |
| tree | 986b2a4138a116eff3ee255b599fdec9ff50ed01 /layouts/_default/single.html | |
| parent | a741a07656665aa66e9ba91094c4f0bbeca19644 (diff) | |
added deprecated feature
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 6 |
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}} |
