From ebdaad8278917343f478ef54f14aa49511939c35 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Tue, 11 Nov 2025 09:46:27 +0100 Subject: update layouts/archetypes structure and delete copies --- layouts/guide/single.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 layouts/guide/single.html (limited to 'layouts/guide') diff --git a/layouts/guide/single.html b/layouts/guide/single.html new file mode 100644 index 0000000..f1eca27 --- /dev/null +++ b/layouts/guide/single.html @@ -0,0 +1,14 @@ +{{ define "main" }} +{{ with .Params.icon }} + +{{ end }} +{{ if .Params.deprecated }} +
+
+

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

+
+{{ end }} +

Table of Contents

+{{ .TableOfContents }} +{{- .Content }} +{{ end }} -- cgit v1.2.3