fix: Better card rendering on twitter

pull/156/head
Raphaël Vinot 2021-01-17 13:13:43 +01:00
parent 721f5b47bb
commit e0615d9df3
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
property="og:url"
content="//{{public_domain}}"
/>
<meta name="twitter:card" content="summary">
{% endblock %}
{% block scripts %}

View File

@ -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 %}