Insert opengraph metatags

This commit is contained in:
gilsondev
2015-09-04 23:14:31 -03:00
parent 7a83e97a60
commit ea156f8f17
2 changed files with 16 additions and 0 deletions

View File

@ -61,6 +61,11 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
{% endblock head %}
{% block opengraph %}
<meta property="og:locale" content="{{ DEFAULT_LANG }}">
<meta property="og:site_name" content="{{ SITENAME }}">
{% endblock opengraph %}
</head>
<body>