Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Jun 23, 2023
1 parent 9ec92cf commit 6b85983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/templates/lists/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6b85983

Please sign in to comment.