removes h-feed on main tag in all list template

This commit is contained in:
Marvin Steadfast 2020-04-07 11:54:21 +02:00
parent 424243005c
commit 1fdc2e7c55

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<main class="h-feed">
<main>
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" (slice "posts" "notes")) }}
{{ range $paginator.Pages }}
<article class="h-entry">