Remove 'Posts' heading

This commit is contained in:
ekzyis 2024-04-13 13:59:21 +02:00
parent e29d5f06e4
commit 43a0f4e324
1 changed files with 0 additions and 2 deletions

View File

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