mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
add IndieAuth authorization_endpoint
Also remove the useless generator tag. If someone wants to see how my site was built, the source code is linked right in the footer.
This commit is contained in:
parent
600bd85f1a
commit
c4fef91b64
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
|||
<link rel="alternate" type="application/atom+xml" href="{{ site.BaseURL }}posts/atom.xml" title="Articles" />
|
||||
<link rel="alternate" type="application/atom+xml" href="{{ site.BaseURL }}notes/atom.xml" title="Notes" />
|
||||
{{- end }}
|
||||
<link rel="authorization_endpoint" href="{{ site.Params.IndieAuth }}" />
|
||||
<title>{{ .Title }}{{ if and (lt (len .Title) 54) (ne $canonicalRelPermalink "/") }} - Seirdy{{ end }}</title>
|
||||
{{ $description := .Site.Params.Description -}}
|
||||
{{- if .Params.description -}}
|
||||
|
@ -81,5 +82,4 @@
|
|||
<meta property="og:image:alt" content="{{ $og_image_alt }}" />
|
||||
<meta property="og:url" content="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}" />
|
||||
<meta property="og:description" content="{{ $description }}" />
|
||||
{{ hugo.Generator }}
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue