aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
blob: 45593443f830e8c1829aeed18ec73d54272ee172 (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "head.html" . }}
{{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
{{- if .OutputFormats.Get "html" }}
<div class="list p-3 rounded-3">
<a href="{{.Permalink}}">{{.Title}}</a>
<span><br>{{.Date.Format "January 2, 2006"}}</span>
</div>
{{ end }}
{{ end }}
{{ partial "foot.html" . }}