fix: twitter card image is special

pull/156/head
Raphaël Vinot 2021-01-17 13:23:30 +01:00
parent e0615d9df3
commit 07d0c68b5a
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,10 @@
property="og:image"
content="//{{public_domain}}{{ url_for('static', filename='lookyloo.jpeg') }}"
/>
<meta
name="twitter:image"
content="//{{public_domain}}{{ url_for('static', filename='lookyloo.jpeg') }}"
/>
<meta
property="og:url"
content="//{{public_domain}}"

View File

@ -16,6 +16,10 @@
property="og:image"
content="//{{public_domain}}{{ url_for('image', tree_uuid=tree_uuid) }}"
/>
<meta
name="twitter:image"
content="//{{public_domain}}{{ url_for('image', tree_uuid=tree_uuid) }}"
/>
<meta
property="og:url"
content="//{{public_domain}}{{ url_for('tree', tree_uuid=tree_uuid) }}"