This commit is contained in:
Joe Mooring
2023-06-22 17:25:17 -07:00
committed by GitHub
parent 9ec92cf683
commit 6b859834ad
+1 -1
View File
@@ -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>