Merge pull request #758 from Quentin-M/og-image

Add OpenGraph preview image
This commit is contained in:
Quentin Machu 2015-11-03 11:16:05 -05:00
commit 89b6e2f968

View file

@ -17,7 +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" />
<meta property="og:image" content="{{ preferred_scheme }}://{{ hostname }}/static/img/quay_preview.png" />
<!-- /Icons -->
{% for style_path, cache_buster in main_styles %}