mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Remove redundant section
This commit is contained in:
parent
eaa8023af8
commit
1938aa2246
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ if .Params.footnote_heading -}}
|
||||
|
||||
<!--Add heading to footnotes-->
|
||||
<!--Add heading to footnotes, remove unused class-->
|
||||
{{ $references := `(<section class="footnotes" role="doc-endnotes">
|
||||
<hr>)` -}}
|
||||
{{ $heading := .Params.footnote_heading -}}
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
<!--Move the Table of Contents heading *inside* the <nav> element-->
|
||||
{{ $tocHeadingOutside := `<h2>Table of Contents</h2><nav id="TableOfContents">` }}
|
||||
{{ $tocHeadingInside := `<nav id=TableOfContents><h2>Table of Contents</h2>` }}
|
||||
{{ $tocHeadingInside := `<nav id=TableOfContents role="doc-toc"><h2>Table of Contents</h2>` }}
|
||||
|
||||
{{ .Content | replaceRE $references $referencesWithHeading | replaceRE $endnote $noEndnote | replaceRE $preWithoutTabIndex $preWithTabIndex | replaceRE $tocHeadingOutside $tocHeadingInside | safeHTML -}}
|
||||
{{ else -}}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<aside>
|
||||
<section role="doc-toc">
|
||||
<h2>Table of Contents</h2>{{.Page.TableOfContents}}
|
||||
</section>
|
||||
</aside>
|
||||
|
|
Loading…
Reference in a new issue