mirror of https://github.com/CIRCL/lookyloo
fix: twitter card image is special
parent
e0615d9df3
commit
07d0c68b5a
|
@ -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}}"
|
||||
|
|
|
@ -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) }}"
|
||||
|
|
Loading…
Reference in New Issue