We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76878fd commit db26f0aCopy full SHA for db26f0a
templates/base/head.tmpl
@@ -156,7 +156,7 @@
156
{{else}}
157
<meta property="og:title" content="{{AppName}}">
158
<meta property="og:type" content="website" />
159
- <meta property="og:image" content="{{StaticUrlPrefix}}img/gitea-lg.png" />
+ <meta property="og:image" content="{{StaticUrlPrefix}}/img/gitea-lg.png" />
160
<meta property="og:url" content="{{AppUrl}}" />
161
<meta property="og:description" content="{{MetaDescription}}">
162
{{end}}
0 commit comments