chore: fix typo
This commit is contained in:
parent
a9a9fd1d56
commit
de73162967
|
@ -2,7 +2,7 @@
|
||||||
<div class="d:flex flex:col">
|
<div class="d:flex flex:col">
|
||||||
{{- partial "prose.html" . -}}
|
{{- partial "prose.html" . -}}
|
||||||
|
|
||||||
<h2 class="my:1em">Post</h2>
|
<h2 class="my:1em">Posts</h2>
|
||||||
|
|
||||||
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@
|
||||||
) -}}
|
) -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue