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 38889f0 commit 9a6ad91Copy full SHA for 9a6ad91
templates/base/head.tmpl
@@ -144,7 +144,7 @@
144
{{else}}
145
<meta property="og:title" content="{{AppName}}">
146
<meta property="og:type" content="website" />
147
- <meta property="og:image" content="{{AppSubUrl}}/img/gitea-lg.png" />
+ <meta property="og:image" content="{{AppUrl}}{{AppSubUrl}}/img/gitea-lg.png" />
148
<meta property="og:url" content="{{AppUrl}}" />
149
<meta property="og:description" content="{{MetaDescription}}">
150
{{end}}
0 commit comments