Updated
This commit is contained in:
parent
fdcb61d1cb
commit
663eb10a3f
2 changed files with 4 additions and 1 deletions
3
layouts/partials/footer.html
Normal file
3
layouts/partials/footer.html
Normal 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>
|
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue