flexibilize posts partial to allow for any title

This commit is contained in:
acarril 2023-05-01 15:43:48 -04:00
parent d6c53d3a46
commit fcdc5565a7

View file

@ -1,4 +1,4 @@
<h3>{{ i18n "posts.title" }}</h3>
<header id="post-header"><h1>{{ .Title }}</h1></header>
<ul id="posts">
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ .Render "li" }}