mirror of https://github.com/CIRCL/lookyloo
fix: Better card rendering on twitter
parent
721f5b47bb
commit
e0615d9df3
|
@ -20,6 +20,7 @@
|
|||
property="og:url"
|
||||
content="//{{public_domain}}"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary">
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
property="og:url"
|
||||
content="//{{public_domain}}{{ url_for('tree', tree_uuid=tree_uuid) }}"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
|
|
Loading…
Reference in New Issue