Skip to content

Commit

Permalink
docs: Fix related docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
bep authored Feb 23, 2023
1 parent 4bf91b9 commit cedd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/content-management/related.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cedd04d

Please sign in to comment.