fix indent in example (#1372)

This commit is contained in:
Ken S
2021-03-21 22:57:45 -04:00
committed by GitHub
parent d3f01f19af
commit 35e73ca90d
+1 -1
View File
@@ -206,7 +206,7 @@ Because we are leveraging the front matter system to define taxonomies for conte
<ul>
{{ range (.GetTerms "tags") }}
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
{{ end }}
{{ end }}
</ul>
```