Skip to content

Commit 26fdd49

Browse files
committed
Adicionando a meta og:type
1 parent 156b07b commit 26fdd49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theme/templates/article.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{% block head %}
55
{{ super() }}
66
<meta property="fb:app_id" content="{{ FACEBOOK_APPID }}" />
7+
<meta property="og:type" content="article" />
78
<meta property="og:title" content="{{ article.title }}" />
89
<meta property="og:site_name" content="{{ SITENAME }}" />
910
<meta property="og:url" content="{{ SITEURL }}/{{ article.url }}" />

0 commit comments

Comments
 (0)