Add OpenGraph preview image
This commit is contained in:
parent
a3afa62728
commit
03397d7b76
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<link rel="shortcut icon" href="/static/img/quay_favicon.png" type="image/png" />
|
<link rel="shortcut icon" href="/static/img/quay_favicon.png" type="image/png" />
|
||||||
<meta property="og:image" content="/static/img/quay_preview.png" />
|
<meta property="og:image" content="{{ preferred_scheme }}://{{ hostname }}/static/img/quay_preview.png" />
|
||||||
<!-- /Icons -->
|
<!-- /Icons -->
|
||||||
|
|
||||||
{% for style_path, cache_buster in main_styles %}
|
{% for style_path, cache_buster in main_styles %}
|
||||||
|
|
Reference in a new issue