__ 20230826@055222

This commit is contained in:
Dym Sohin 2023-08-26 05:52:22 +02:00
parent a86645a576
commit 3a128b2b84
3 changed files with 626 additions and 627 deletions

View File

@ -292,6 +292,8 @@
.profile .accountstats > * {
padding: 0.5rem;
justify-self: center;
justify-content: center;
text-align: center;
}
.profile .accountstats > b {

View File

@ -945,5 +945,3 @@ main {
.pswp__content .plyr {
max-height: 100%;
}

View File

@ -25,7 +25,6 @@
*/ -}}
{{ define "thumbnailType" }}{{ if .instance.ThumbnailType }}{{ .instance.ThumbnailType }}{{ else }}image/png{{ end }}{{ end }}
{{ define "instanceTitle" }}{{ if .ogMeta }}{{ .ogMeta.Title }}{{ else }}{{ .instance.Title }} - GoToSocial{{ end }}{{ end }}
{{- /*
BOILERPLATE GOES HERE
*/ -}}
@ -35,7 +34,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width">
<meta name="robots" content="{{ if .robotsMeta }}{{ .robotsMeta }}{{ else }}noindex, nofollow{{ end }}">
{{ if .ogMeta }}{{ if .ogMeta.Locale }}
<meta name="og:locale" content="{{ .ogMeta.Locale }}">