chore: fix typo

This commit is contained in:
Eric Murphy 2022-11-26 20:49:24 -05:00
parent a9a9fd1d56
commit de73162967
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}