themes: add Mastodon alternate link Signed-off-by: Sam Whited <sam@samwhited.com>
1 files changed, 1 insertions(+), 0 deletions(-) M themes/modules/layouts/_default/baseof.html
M themes/modules/layouts/_default/baseof.html => themes/modules/layouts/_default/baseof.html +1 -0
@@ 6,6 6,7 @@ {{ .Site.Hugo.Generator }} <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="Description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <link rel="me" href="https://fosstodon.org/@mellium"/> <title> {{- block "title" . }}{{ .Site.Title }}{{ if and .Title (ne .Title .Site.Title) }} — {{ .Title }}{{ end }}{{ end -}} </title>