File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 {% endif %}
1010 < meta name ="keywords " content ="{{ article.tags|join( ", ") }}" />
1111 < meta property ="og:title " content ="{{ article.title|striptags }} " />
12+ < meta name ="twitter:title " content ="{{ article.title|striptags }} " />
1213 < meta property ="og:url " content ="{{ article.url }} " />
14+ < meta name ="twitter:url " content ="{{ article.url }} " />
1315 < meta property ="og:description " content ="{{ article.summary|striptags }} " />
16+ < meta name ="twitter:description " content ="{{ article.summary|striptags }} " />
1417 {% if article.cover %}
1518 < meta property ="og:image " content ="{{ article|expand_link('cover') }} " />
19+ < meta name ="twitter:card " content ="summary_large_image " />
20+ < meta name ="twitter:image " content ="{{ article|expand_link('cover') }} " />
1621 {% endif %}
1722 < meta property ="og:type " content ="article " />
1823{% endblock %}
You can’t perform that action at this time.
0 commit comments