Skip to content

Commit 7512b8e

Browse files
Remove extraneous space in toc.html (adityatelange#488)
Fixes errors in lower version of Hugo
1 parent c0fc900 commit 7512b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/toc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
{{- end -}}
6969
{{- end }}
7070
<li>
71-
<a href="#{{- $cleanedID -}}" aria-label="{{- $header | plainify -}}">{{- $header | safeHTML -}}</a>
71+
<a href="#{{- $cleanedID -}}" aria-label="{{- $header | plainify -}}">{{- $header | safeHTML -}}</a>
7272
{{- else }}
7373
<li>
7474
<a href="#{{- $cleanedID -}}" aria-label="{{- $header | plainify -}}">{{- $header | safeHTML -}}</a>

0 commit comments

Comments
 (0)