mirror of https://github.com/CIRCL/lookyloo
chg: More improvements on the twitter card
parent
8bd874e2b0
commit
660cebe01d
|
@ -14,12 +14,10 @@
|
|||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="//{{public_domain}}{{ url_for('image', tree_uuid=tree_uuid) }}"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="//{{public_domain}}{{ url_for('thumbnail', tree_uuid=tree_uuid, width=1024) }}"
|
||||
content="//{{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) }}"
|
||||
|
|
Loading…
Reference in New Issue