mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:49:17 -04:00
Fix placement of curly braces
This commit is contained in:
parent
897812a50c
commit
4c6b77d6ce
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user