Skip to content

Commit 36ce33c

Browse files
committed
update with twitter cards
1 parent 0136b2f commit 36ce33c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme/templates/article.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
{% block meta_header %}{% if article and article.meta %}
44
<meta name="description" content="{{ article.meta }}">
5+
<meta name="twitter:card" content="{{ article.title }}" />
6+
<meta name="twitter:site" content="@fullstackpython" />
7+
<meta name="twitter:creator" content="@mattmakai" />
58
<meta property="og:url" content="{{ SITEURL }}/blog/{{ article.slug }}.html" />
69
<meta property="og:title" content="{{ article.title }}" />
710
<meta property="og:description" content="{{ article.meta }}" />

0 commit comments

Comments
 (0)