mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 04:46:05 -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>
|
||||
<article>
|
||||
<header>
|
||||
<h1>{{ .Title} }</h1>
|
||||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
<!-- "{{ .Content} }" pulls from the markdown content of the corresponding _index.md -->
|
||||
{{ .Content }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user