Skip to content

Commit

Permalink
Remove trailing slash from twitter card (#6619)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Apr 14, 2019
1 parent 77ffb15 commit e6161b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/head.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit e6161b0

Please sign in to comment.