mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 21:24:47 -04:00
fix indent in example (#1372)
This commit is contained in:
parent
d3f01f19af
commit
35e73ca90d
@ -206,7 +206,7 @@ Because we are leveraging the front matter system to define taxonomies for conte
|
|||||||
<ul>
|
<ul>
|
||||||
{{ range (.GetTerms "tags") }}
|
{{ range (.GetTerms "tags") }}
|
||||||
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
|
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user