removes h-feed on main tag

This commit is contained in:
Marvin Steadfast 2020-04-07 11:44:50 +02:00
parent d1df6c268b
commit 424243005c

View File

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