diff options
author | FreeCipher <admin@freecipher.com> | 2020-02-28 19:30:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 19:30:23 +0800 |
commit | 74433c91bf99b94abfd7935f2a2b3a2db768da37 (patch) | |
tree | 4e0155219e7c626de54b48b65ba1db6fc1f0d90b /templates/base | |
parent | 8d2059a20184842d9a7a573d285956dd998d42c4 (diff) | |
download | gitea-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.tmpl | 2 |
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}} |