diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d0483e2..8df8183 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@ -Skip to content + Skip to content {{- $currentPage := . -}} diff --git a/layouts/partials/processed-content.html b/layouts/partials/processed-content.html index c471c41..66be99d 100644 --- a/layouts/partials/processed-content.html +++ b/layouts/partials/processed-content.html @@ -16,7 +16,7 @@ {{ $preWithTabIndex := `` }} -{{ $tocHeadingOutside := `Table of Contents` }} +{{ $tocHeadingOutside := `Table of Contents` }} {{ $tocHeadingInside := `Table of Contents` }} {{ .Content | replaceRE $references $referencesWithHeading | replaceRE $endnote $noEndnote | replaceRE $preWithoutTabIndex $preWithTabIndex | replaceRE $tocHeadingOutside $tocHeadingInside | safeHTML -}} diff --git a/layouts/shortcodes/toc.html b/layouts/shortcodes/toc.html index 5ce94eb..3dddddc 100644 --- a/layouts/shortcodes/toc.html +++ b/layouts/shortcodes/toc.html @@ -1,3 +1 @@ - +Table of Contents{{.Page.TableOfContents}}
` }} -{{ $tocHeadingOutside := `Table of Contents` }} +{{ $tocHeadingOutside := `Table of Contents` }} {{ $tocHeadingInside := `Table of Contents` }} {{ .Content | replaceRE $references $referencesWithHeading | replaceRE $endnote $noEndnote | replaceRE $preWithoutTabIndex $preWithTabIndex | replaceRE $tocHeadingOutside $tocHeadingInside | safeHTML -}} diff --git a/layouts/shortcodes/toc.html b/layouts/shortcodes/toc.html index 5ce94eb..3dddddc 100644 --- a/layouts/shortcodes/toc.html +++ b/layouts/shortcodes/toc.html @@ -1,3 +1 @@ - +Table of Contents{{.Page.TableOfContents}}