Remove trailing slash from twitter card (#6619)

This commit is contained in:
techknowlogick 2019-04-14 18:04:43 -04:00 committed by GitHub
parent 77ffb1563b
commit e6161b09ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}