From 07ae26b4d0730735eadf1055d27a291a69ba0131 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 4 Aug 2023 14:49:48 +0200 Subject: Add h-entry tags to content --- layouts/_default/baseof.html | 1 + layouts/posts/list.html | 8 +++++--- layouts/posts/single.html | 15 +++++++++------ layouts/recipes/list.html | 4 ++-- layouts/recipes/single.html | 6 +++--- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 42203d2..09ae79a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,6 +10,7 @@ + {{- range .AlternativeOutputFormats }} {{- end }} diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 40a0ba5..b5ec8ca 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -6,11 +6,13 @@