diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-02-25 11:39:10 +0100 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-02-25 11:39:10 +0100 |
commit | f4db11956e01cc6e3d1088b7f3d0310ece4e6cec (patch) | |
tree | 737d9915a93c82b5cdcec17dd26cc4d693326865 /layouts/partials | |
parent | f63f0c7313cb4f404c3b9f1cc007980e7029a16d (diff) | |
download | miraikumiko.com-f4db11956e01cc6e3d1088b7f3d0310ece4e6cec.tar.gz miraikumiko.com-f4db11956e01cc6e3d1088b7f3d0310ece4e6cec.tar.bz2 |
Updated
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/seo_tags.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/seo_tags.html b/layouts/partials/seo_tags.html index 20ee216..3590737 100644 --- a/layouts/partials/seo_tags.html +++ b/layouts/partials/seo_tags.html @@ -3,7 +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" /> +<link rel="me" href="https://cr8r.gg/@miraikumiko" /> <!-- Only generate social card if: --> <!-- - generateSocialCard = true --> |