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
|
@ -5,8 +5,8 @@
|
|||
<meta name="theme-color" content="#26a7de">
|
||||
<link rel="canonical" href="{{ .URL }}">
|
||||
|
||||
<meta property="twitter:site" content="{{ .Username }}">
|
||||
<meta property="twitter:creator" content="{{ .Username }}">
|
||||
<meta property="twitter:site" content="@{{ .Username }}">
|
||||
<meta property="twitter:creator" content="@{{ .Username }}">
|
||||
<meta property="twitter:title" content="{{ .Title }}">
|
||||
{{- range $idx, $e := .Images }}
|
||||
<meta property="twitter:image" content="{{ $e }}">
|
||||
|
|
|
@ -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