Skip to content

Commit

Permalink
YIM 2023: use new header image for opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jan 7, 2024
1 parent fe9f6a4 commit 54fa092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added frontend/img/year-in-music-23/yim-23-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions listenbrainz/webserver/templates/user/year-in-music.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
}
</style>
{% elif year == 2023 %}
<meta property="og:image" content="https://listenbrainz.org/static/img/explore/year-in-music-2023.jpg" />
<meta property="twitter:image" content="https://listenbrainz.org/static/img/explore/year-in-music-2023.jpg" />
<meta property="og:image" content="https://listenbrainz.org/static/img/year-in-music-23/yim-23-header.png" />
<meta property="twitter:image" content="https://listenbrainz.org/static/img/year-in-music-23/yim-23-header.png" />
<meta property="og:image:type" content="image/png" />
<style type="text/css">
/* Allow for full-screen backgrounds using ::before and ::after elements in css
without ending up with horizontal scrolling */
Expand Down

0 comments on commit 54fa092

Please sign in to comment.