summaryrefslogtreecommitdiff
path: root/layouts/recipes/list.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-05 09:54:19 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-05 09:54:19 +0200
commit174ec258a0e883af0605b8b007c4cdcc5ee4af3f (patch)
tree005cab10265e0f6c5eca85c5dbfaa68b6e32a30c /layouts/recipes/list.html
parent07ae26b4d0730735eadf1055d27a291a69ba0131 (diff)
Add more h-card stuff
Diffstat (limited to 'layouts/recipes/list.html')
-rw-r--r--layouts/recipes/list.html4
1 files changed, 4 insertions, 0 deletions
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" }}
+<link rel="author" class="p-author h-card" href="{{ .Site.BaseURL }}">tyil</link>
+{{ end }}
+
{{- define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}