From fb0d8f212bb4c7544590fb9b2ae298f346814519 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 29 Oct 2025 23:16:58 +0100 Subject: Update to copied guides and hugo templates --- layouts/_default/single.html | 2 +- layouts/partials/nav.html | 6 ++++++ layouts/shortcodes/img.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 layouts/partials/nav.html (limited to 'layouts') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3bc97a2..97190e4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }} {{ with .Params.icon }} - + {{ end }} {{ if .Params.table }}

Table of Contents

diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html new file mode 100644 index 0000000..f3aeb0a --- /dev/null +++ b/layouts/partials/nav.html @@ -0,0 +1,6 @@ + diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index 013637a..8685a99 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -1 +1 @@ -{{ .Get "alt" }} +{{ .Get "alt" }} -- cgit v1.2.3