From c7ef1ee07354ec4b5848cc0cca2f3a2dc758c5c6 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 7 May 2020 16:39:12 +0100 Subject: [PATCH] adding h-feed --- layouts/_default/section.html | 2 +- themes/anatole/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 0b19a24c..6ffdf402 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -1,7 +1,7 @@ {{ define "main" }}
-
+
{{ partial "pagination.html" . }} {{ range .Paginator.Pages}} {{ if not (eq .Type "response")}}
diff --git a/themes/anatole/layouts/index.html b/themes/anatole/layouts/index.html index 0e3b91a8..079286f7 100644 --- a/themes/anatole/layouts/index.html +++ b/themes/anatole/layouts/index.html @@ -1,6 +1,6 @@ {{ define "main" }} -
+

Latest post

{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }}