Browse Source

head.tmpl og:image picture location (#10531)

og:image picture location
for-closed-social
FreeCipher 4 years ago
committed by GitHub
parent
commit
74433c91bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/head.tmpl

+ 1
- 1
templates/base/head.tmpl View File

@ -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}}

Loading…
Cancel
Save