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/_default/single.html | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'layouts/_default') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 27f3c24..366e181 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,23 +1,3 @@ {{ 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 }} -{{ if .Params.table }} -

Table of Contents

-{{.TableOfContents}} -{{ end }} {{- .Content }} -{{ with .Params.copied }} -

- - This article is copied from {{ index . 0}} - -

-{{ end }} {{ end }} -- cgit v1.2.3