fix(web): Minor typo of struct and add @ in front of username
This commit is contained in:
parent
56225d85e8
commit
8ff9e56182
3 changed files with 12 additions and 12 deletions
|
@ -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 }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue