mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Fix typo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user