]> source.dussan.org Git - gitea.git/commitdiff
head.tmpl og:image picture location (#10531)
authorFreeCipher <admin@freecipher.com>
Fri, 28 Feb 2020 11:30:23 +0000 (19:30 +0800)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 11:30:23 +0000 (19:30 +0800)
og:image picture location

templates/base/head.tmpl

index 7e3b718dcbf831454cc6bf303e00b496b25864e1..a0992b2bd0387c649307f109f74fe86471736cd6 100644 (file)
 {{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}}