From 8d1867c46949aac9b7d868076900e07aeafb9e1a Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 31 May 2026 23:35:54 +0200 Subject: small tidy up --- layouts/guide/single.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'layouts/guide/single.html') 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 }}
-

I don't like this guide. I just leave it in case, avoid using it.

+

This page is deprecated.

+ {{ if .Params.deprecatedDescription }} +

{{ .Params.deprecatedDescription }}

+ {{ end }}
{{ end }}

Table of Contents

-- cgit v1.2.3