mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-09 11:52:00 -04:00
Remove extraneous space in toc.html (#488)
Fixes errors in lower version of Hugo
This commit is contained in:
parent
747e2bb760
commit
81fcd8f9d4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
{{- end -}}
|
||||
{{- end }}
|
||||
<li>
|
||||
<a href="#{{- $cleanedID -}}" aria-label="{{- $header | plainify -}}">{{- $header | safeHTML -}}</a>
|
||||
<a href="#{{- $cleanedID -}}" aria-label="{{- $header | plainify -}}">{{- $header | safeHTML -}}</a>
|
||||
{{- else }}
|
||||
<li>
|
||||
<a href="#{{- $cleanedID -}}" aria-label="{{- $header | plainify -}}">{{- $header | safeHTML -}}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue