Added relme link
This commit is contained in:
parent
b25e5a9608
commit
f63f0c7313
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +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://toot.cat/@miraikumiko" />
|
||||||
|
|
||||||
<!-- Only generate social card if: -->
|
<!-- Only generate social card if: -->
|
||||||
<!-- - generateSocialCard = true -->
|
<!-- - generateSocialCard = true -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue