Fix placement of curly braces

This commit is contained in:
Jamie Tanna 2023-06-22 16:48:14 +01:00 committed by GitHub
parent 897812a50c
commit 4c6b77d6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ You can now access this `_index.md`'s' content in your list template:
<main> <main>
<article> <article>
<header> <header>
<h1>{{ .Title} }</h1> <h1>{{ .Title }}</h1>
</header> </header>
<!-- "{{ .Content} }" pulls from the markdown content of the corresponding _index.md --> <!-- "{{ .Content} }" pulls from the markdown content of the corresponding _index.md -->
{{ .Content }} {{ .Content }}