removes h-feed on main tag in all list template
This commit is contained in:
parent
424243005c
commit
1fdc2e7c55
@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main class="h-feed">
|
<main>
|
||||||
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" (slice "posts" "notes")) }}
|
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" (slice "posts" "notes")) }}
|
||||||
{{ range $paginator.Pages }}
|
{{ range $paginator.Pages }}
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
|
Loading…
Reference in New Issue
Block a user