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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
```