From e7240cc3fc66c66eec36035b455b3ceec1cd2dad Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 18 Jan 2021 16:25:59 -0800 Subject: [PATCH] Typo Typo in an aria label. --- layouts/partials/processed-content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/processed-content.html b/layouts/partials/processed-content.html index 807d294..31d8f2e 100644 --- a/layouts/partials/processed-content.html +++ b/layouts/partials/processed-content.html @@ -2,7 +2,7 @@ {{ $references := `(

)` -}} {{ $heading := .Params.footnote_heading -}} - {{ $referencesWithHeading := printf `
+ {{ $referencesWithHeading := printf `

%s

` ($heading) -}} {{ .Content | replaceRE $references $referencesWithHeading | safeHTML -}} {{ else -}}