From 174ec258a0e883af0605b8b007c4cdcc5ee4af3f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 5 Aug 2023 09:54:19 +0200 Subject: Add more h-card stuff --- layouts/_default/baseof.html | 3 ++- layouts/posts/single.html | 4 ++++ layouts/recipes/list.html | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 09ae79a..f69ca6a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,12 +5,13 @@ + - + {{- range .AlternativeOutputFormats }} {{- end }} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index eca87b9..ad06924 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,3 +1,7 @@ +{{ define "head" }} +tyil +{{ end }} + {{ define "main" }}
diff --git a/layouts/recipes/list.html b/layouts/recipes/list.html index b758a2b..e80a73a 100644 --- a/layouts/recipes/list.html +++ b/layouts/recipes/list.html @@ -1,3 +1,7 @@ +{{ define "head" }} +tyil +{{ end }} + {{- define "main" }}

{{ .Title }}

{{ .Content }} -- cgit v1.1