This commit is contained in:
Mirai Kumiko 2025-03-14 23:07:47 +01:00
parent fdcb61d1cb
commit 663eb10a3f
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
<small>
{{ .Site.Copyright }} | <a rel="me" href="mailto:miraikumiko@disroot.org">Email</a> | <a rel="me" href="https://cr8r.gg/@miraikumiko">Mastodon</a> | <a rel="me" href="https://github.com/miraikumiko">Github</a>
</small>

View file

@ -3,7 +3,7 @@
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <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="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 }}" /> <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://cr8r.gg/@miraikumiko" /> <meta name="fediverse:creator" content="@miraikumiko@cr8r.gg" />
<!-- Only generate social card if: --> <!-- Only generate social card if: -->
<!-- - generateSocialCard = true --> <!-- - generateSocialCard = true -->