fix: Last try to get the card working

pull/156/head
Raphaël Vinot 2021-01-18 16:37:17 +01:00
parent 56583cb9d5
commit 1605c6b6e1
2 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@
/>
<meta
property="og:image"
content="//{{public_domain}}{{ url_for('static', filename='lookyloo.jpeg') }}"
content="https://{{public_domain}}{{ url_for('static', filename='lookyloo.jpeg') }}"
/>
<meta
property="og:url"
content="//{{public_domain}}"
content="https://{{public_domain}}"
/>
<meta name="twitter:card" content="summary_large_image">
{% endblock %}

View File

@ -14,13 +14,13 @@
/>
<meta
property="og:image"
content="//{{public_domain}}{{ url_for('thumbnail', tree_uuid=tree_uuid, width=1200) }}"
content="https://{{public_domain}}{{ url_for('thumbnail', tree_uuid=tree_uuid, width=1200) }}"
/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta
property="og:url"
content="//{{public_domain}}{{ url_for('tree', tree_uuid=tree_uuid) }}"
content="https://{{public_domain}}{{ url_for('tree', tree_uuid=tree_uuid) }}"
/>
<meta name="twitter:card" content="summary_large_image">
{% endblock %}