From c69bbc7c0ee77c11dbc7cae346dbf282fffb956d Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 29 Oct 2025 18:08:07 +0100 Subject: change header and color for copied articles also update stuff --- layouts/_default/single.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'layouts/_default') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 366e181..3ee3cf5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,3 +1,14 @@ {{ define "main" }} +{{ with .Params.copied }} +This article is copied from {{ index . + 0}} +{{ end }} +{{ with .Params.icon }} + +{{ end }} +{{ if .Params.table }} +

Table of Contents

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