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