diff --git a/layouts/partials/processed-content.html b/layouts/partials/processed-content.html index 125333e..302efde 100644 --- a/layouts/partials/processed-content.html +++ b/layouts/partials/processed-content.html @@ -9,10 +9,10 @@ {{ $endnote := `(role="doc-endnote")` }} {{ $noEndnote := printf "" }} -{{ $preWithTabIndex := `
` }} {{ $preWithoutTabIndex := `` }} +{{ $preWithTabIndex := `` }} -{{ .Content | replaceRE $references $referencesWithHeading | replaceRE $endnote $noEndnote | replaceRE $preWithTabIndex $preWithoutTabIndex | safeHTML -}} +{{ .Content | replaceRE $references $referencesWithHeading | replaceRE $endnote $noEndnote | replaceRE $preWithoutTabIndex $preWithTabIndex | safeHTML -}} {{ else -}} {{ .Content -}} {{ end -}}