twitter card image small enough and of the right aspect ratio

This commit is contained in:
shockrah 2023-10-30 20:18:17 -07:00
parent 8e245975fb
commit 8815c6fbf3
2 changed files with 4 additions and 1 deletions

BIN
main-site/static/img/bg_twitter.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -31,7 +31,7 @@
{{- /* Hard coding this because baseURL is super delicate */ -}}
<meta property="twitter:image" content="{{ .Site.BaseURL }}{{ .Params.Thumbnail }}">
{{ else }}
<meta property="twitter:image" content="https://temper.tv/img/bg.png">
<meta property="twitter:image" content="https://temper.tv/img/bg_twitter.png">
{{ end }}
{{- /* Requirements special to twitter, just don't touch these tbh */ -}}
{{- /* https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image */ -}}