Use h-feed for section, taxonomy, and taxonomyTerm

master
Kevin C. Coram 2019-12-07 21:48:06 -05:00
parent 779f3c20e0
commit d7f52b0d64
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
{{- end }}
</nav>
</header>
<main {{ if eq .Kind "page" }}class="h-entry"{{ else if eq .Kind "section" }}class="h-feed"{{ end }}>
<main {{ if eq .Kind "page" }}class="h-entry"{{ else if in (slice "section" "taxonomy" "taxonomyTerm" ) .Kind }}class="h-feed"{{ end }}>
<header>
{{- block "content-header" . -}}
{{- end -}}