Add OpenGraph preview image
So we can have a nice image everywhere that the Quay.io link is shared (Slack, Twitter, Google, Facebook, etc)
This commit is contained in:
parent
290e8591e0
commit
a3afa62728
2 changed files with 1 additions and 0 deletions
BIN
static/img/quay_preview.png
Normal file
BIN
static/img/quay_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -17,6 +17,7 @@
|
|||
|
||||
<!-- Icons -->
|
||||
<link rel="shortcut icon" href="/static/img/quay_favicon.png" type="image/png" />
|
||||
<meta property="og:image" content="/static/img/quay_preview.png" />
|
||||
<!-- /Icons -->
|
||||
|
||||
{% for style_path, cache_buster in main_styles %}
|
||||
|
|
Reference in a new issue