og:image code #4966

Closed
opened 2025-11-02 06:09:24 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @freecipher on GitHub (Feb 28, 2020).

  • Gitea version (or commit ref): 1.11.1

Description

templates/base/head.tmpl
line 159 <meta property="og:image" content="{{StaticUrlPrefix}}img/gitea-lg.png" />
Should it be changed to
<meta property="og:image" content="{{StaticUrlPrefix}}/img/gitea-lg.png" />

Originally created by @freecipher on GitHub (Feb 28, 2020). - Gitea version (or commit ref): 1.11.1 ## Description templates/base/head.tmpl line 159 `<meta property="og:image" content="{{StaticUrlPrefix}}img/gitea-lg.png" />` Should it be changed to `<meta property="og:image" content="{{StaticUrlPrefix}}/img/gitea-lg.png" />` ?
GiteaMirror added the type/bug label 2025-11-02 06:09:24 -06:00
Author
Owner

@zeripath commented on GitHub (Feb 28, 2020):

Yup.

@zeripath commented on GitHub (Feb 28, 2020): Yup.
Author
Owner

@zeripath commented on GitHub (Feb 28, 2020):

Please send a PR.

@zeripath commented on GitHub (Feb 28, 2020): Please send a PR.
Author
Owner

@6543 commented on GitHub (Feb 28, 2020):

@lafriks why close this?

@6543 commented on GitHub (Feb 28, 2020): @lafriks why close this?
Author
Owner

@jolheiser commented on GitHub (Feb 28, 2020):

Fixed by #10531

@jolheiser commented on GitHub (Feb 28, 2020): Fixed by #10531
Author
Owner

@6543 commented on GitHub (Feb 28, 2020):

ah - missed thsi pull (got merged to fast ;) - and wasnt liked to this issue 👍

@6543 commented on GitHub (Feb 28, 2020): ah - missed thsi pull (got merged to fast ;) - and wasnt liked to this issue :+1:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4966