Remove content and <b> from blog list

This commit is contained in:
Eryn Wells 2022-10-09 10:04:00 -07:00
parent 7f4d8fa1dc
commit 37ff53bd94

View file

@ -8,8 +8,6 @@
{{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ end }}
{{ .Content }}
{{ range .Pages.ByDate.GroupByDate "2006" }}
<h2>{{ .Key }}</h2>
<ul class="post-list">
@ -22,7 +20,6 @@
</h1>
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "January" }}</time>
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "2" }}</time>
<b></b>
</li>
{{ end }}
{{ end }}