From 5e9810af9b639fd6135a99fff1826b6765047709 Mon Sep 17 00:00:00 2001 From: revsuine Date: Mon, 25 Nov 2024 01:56:26 +0000 Subject: [PATCH] layouts/_default/single.html: change table of contents header to h1 not h2 --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2ee0854..676b198 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -31,9 +31,9 @@ {{ if (.Params.Toc | default .Site.Params.Toc) }}
-

+

{{ (.Params.TocTitle | default .Site.Params.TocTitle) | default "Table of Contents" }} -

+ {{ .TableOfContents }}
{{ end }}