1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

docs: Fix example of displaying taxonomies

Fixes #2216
This commit is contained in:
digitalcraftsman
2016-09-16 16:43:50 +02:00
parent 3410007dca
commit 0c49370ca0

View File

@@ -71,7 +71,7 @@ content.
<ul>
{{ range .Site.Taxonomies.series.golang }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
<li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a></li>
{{ end }}
</ul>