summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-04 14:49:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-04 14:49:48 +0200
commit07ae26b4d0730735eadf1055d27a291a69ba0131 (patch)
tree166eb5c2dbeac97a9ff1fce1c423186c4402a8ee /layouts/_default/baseof.html
parent87a04eaf82583c4186a132afe6cf0f0effada919 (diff)
Add h-entry tags to content
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 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 @@
<link rel="me" href="https://git.tyil.nl">
<link rel="me" href="https://sr.ht/~tyil">
<link rel="me" href="mailto:p.spek@tyil.nl">
+ <link rel="me" href="https://www.tyil.nl" class="h-card">
{{- range .AlternativeOutputFormats }}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" title="{{ $.Site.Title }}" href="{{ .Permalink }}">
{{- end }}