Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Aug 25, 2023
1 parent 6c1ea83 commit e50fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Although the elements in the examples above are strings, you can use the `append
{{ with $p }}
<ul>
{{ range $p }}
{{ range . }}
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
{{ end }}
</ul>
Expand Down

0 comments on commit e50fa45

Please sign in to comment.