mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix typo
This commit is contained in:
@@ -91,7 +91,7 @@ You can now access this `_index.md`'s' content in your list template:
|
||||
<header>
|
||||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
<!-- "{{ .Content} }" pulls from the markdown content of the corresponding _index.md -->
|
||||
<!-- "{{ .Content }}" pulls from the markdown content of the corresponding _index.md -->
|
||||
{{ .Content }}
|
||||
</article>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user