docs: Fix related docs example

This commit is contained in:
Bjørn Erik Pedersen 2023-02-23 10:54:30 +01:00 committed by GitHub
parent 12c4491506
commit 17aa939ea7

View File

@ -94,7 +94,7 @@ weight = 80
{{ with .HeadingsFiltered }}
<ul>
{{ range . }}
{{ $link := printf "%s#%s" $.RelPermalink .ID }}
{{ $link := printf "%s#%s" $.RelPermalink .ID | safeURL }}
<li>
<a href="{{ $link }}">{{ .Title }}</a>
</li>