Browse Source

Remove trailing slash from twitter card (#6619)

tags/v1.9.0-rc1
techknowlogick 6 years ago committed by GitHub
parent
commit
e6161b09ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/base/head.tmpl

2
templates/base/head.tmpl

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

Loading…
Cancel
Save