summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiraikumiko <miraikumiko@disroot.org>2025-02-24 17:37:34 +0100
committermiraikumiko <miraikumiko@disroot.org>2025-02-24 17:37:34 +0100
commitf63f0c7313cb4f404c3b9f1cc007980e7029a16d (patch)
treec8712ad7e3fb96c266d641275824d9fadba084fe
parentb25e5a9608436d603d9bc4d54a35f3764a8f7ece (diff)
downloadmiraikumiko.com-f63f0c7313cb4f404c3b9f1cc007980e7029a16d.tar.gz
miraikumiko.com-f63f0c7313cb4f404c3b9f1cc007980e7029a16d.tar.bz2
Added relme link
-rw-r--r--layouts/partials/seo_tags.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/seo_tags.html b/layouts/partials/seo_tags.html
index 07829fd..20ee216 100644
--- a/layouts/partials/seo_tags.html
+++ b/layouts/partials/seo_tags.html
@@ -3,6 +3,7 @@
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" />
<meta name="author" content="{{ .Site.Params.Author.name }}" />
<meta name="keywords" content="{{ if .IsPage}}{{ range $index, $tag := .Params.tags }}{{ $tag }},{{ end }}{{ else }}{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}{{ end }}" />
+<link rel="me" href="https://toot.cat/@miraikumiko" />
<!-- Only generate social card if: -->
<!-- - generateSocialCard = true -->