summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorFreeCipher <admin@freecipher.com>2020-02-28 19:30:23 +0800
committerGitHub <noreply@github.com>2020-02-28 19:30:23 +0800
commit74433c91bf99b94abfd7935f2a2b3a2db768da37 (patch)
tree4e0155219e7c626de54b48b65ba1db6fc1f0d90b /templates/base
parent8d2059a20184842d9a7a573d285956dd998d42c4 (diff)
downloadgitea-74433c91bf99b94abfd7935f2a2b3a2db768da37.tar.gz
gitea-74433c91bf99b94abfd7935f2a2b3a2db768da37.zip
head.tmpl og:image picture location (#10531)
og:image picture location
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 7e3b718dcb..a0992b2bd0 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -156,7 +156,7 @@
{{else}}
<meta property="og:title" content="{{AppName}}">
<meta property="og:type" content="website" />
- <meta property="og:image" content="{{StaticUrlPrefix}}img/gitea-lg.png" />
+ <meta property="og:image" content="{{StaticUrlPrefix}}/img/gitea-lg.png" />
<meta property="og:url" content="{{AppUrl}}" />
<meta property="og:description" content="{{MetaDescription}}">
{{end}}