fix(web): Minor typo of struct and add @ in front of username

This commit is contained in:
Manuel 2025-03-19 20:36:24 +01:00
parent 56225d85e8
commit 8ff9e56182
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 12 additions and 12 deletions

View file

@ -6,8 +6,8 @@
<link rel="canonical" href="{{ .URL }}">
{{- if .Videos }}
<meta property="twitter:site" content="{{ .Username }}">
<meta property="twitter:creator" content="{{ .Username }}">
<meta property="twitter:site" content="@{{ .Username }}">
<meta property="twitter:creator" content="@{{ .Username }}">
{{- range $idx, $e := .Videos }}
<meta property="twitter:player:stream" content="{{ $e }}">
<meta property="og:video" content="{{ $e }}">