This commit is contained in:
Joe Mooring
2023-08-25 13:51:31 -07:00
committed by GitHub
parent 6c1ea83c2d
commit e50fa452a1
+1 -1
View File
@@ -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>