mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Don't make the page title too long
This commit is contained in:
parent
68237c5e8f
commit
aa7e4d3167
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
{{- if eq .RelPermalink "/" }}
|
{{- if eq .RelPermalink "/" }}
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
{{- else }}
|
{{- else }}
|
||||||
<title>{{ .Title }} - Seirdy</title>
|
<title>{{ .Title }}{{if lt (len .Title) 66 }} - Seirdy{{ end }}</title>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<!-- open graph stuff; used in the Fediverse, Signal link previews,
|
<!-- open graph stuff; used in the Fediverse, Signal link previews,
|
||||||
some RSS readers, and a certain large social media company -->
|
some RSS readers, and a certain large social media company -->
|
||||||
|
|
Loading…
Reference in a new issue