We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697e9e1 commit cc10430Copy full SHA for cc10430
theme/templates/article.html
@@ -2,7 +2,9 @@
2
3
{% block meta_header %}{% if article and article.meta %}
4
<meta name="description" content="{{ article.meta }}">
5
-<meta name="twitter:card" content="{{ article.title }}" />
+<meta name="twitter:card" content="summary" />
6
+<meta name="twitter:title" content="{{ article.title }}" />
7
+<meta name="twitter:image" content="https://www.fullstackpython.com{{ article.headerimage }}" />
8
<meta name="twitter:site" content="@fullstackpython" />
9
<meta name="twitter:creator" content="@mattmakai" />
10
<meta property="og:url" content="{{ SITEURL }}/blog/{{ article.slug }}.html" />
0 commit comments