From 7869c36bd99d5fc03b05512e0090f1b0f032ca86 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 29 Oct 2025 19:06:13 +0100 Subject: more changes, shortcodes, idk I forgot --- layouts/_default/single.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3ee3cf5..3bc97a2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,8 +1,4 @@ {{ define "main" }} -{{ with .Params.copied }} -This article is copied from {{ index . - 0}} -{{ end }} {{ with .Params.icon }} {{ end }} @@ -11,4 +7,11 @@ {{.TableOfContents}} {{ end }} {{- .Content }} +{{ with .Params.copied }} +

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

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