mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Fix related docs example
This commit is contained in:
parent
4bf91b9759
commit
cedd04db31
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue