Remove trailing slash from twitter card (#6619)
This commit is contained in:
parent
77ffb1563b
commit
e6161b09ff
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
{{else}}
|
||||
<meta property="og:title" content="{{AppName}}">
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="{{AppUrl}}/img/gitea-lg.png" />
|
||||
<meta property="og:image" content="{{AppUrl}}img/gitea-lg.png" />
|
||||
<meta property="og:url" content="{{AppUrl}}" />
|
||||
<meta property="og:description" content="{{MetaDescription}}">
|
||||
{{end}}
|
||||
|
|
Reference in a new issue