Remove 'Posts' heading
This commit is contained in:
parent
e29d5f06e4
commit
43a0f4e324
|
@ -2,8 +2,6 @@
|
|||
<div class="d:flex flex:col">
|
||||
{{- partial "prose.html" . -}}
|
||||
|
||||
<h2 class="my:1em">Posts</h2>
|
||||
|
||||
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||||
|
||||
{{- partial "li.html" ( dict "url" .Permalink "title" .Title "subTitle" (.Date | time.Format (":date_medium")) ) -}}
|
||||
|
|
Loading…
Reference in New Issue