Merge pull request #37 from MrSenko/fb_admins

Add new setting - FACEBOOK_ADMINS
This commit is contained in:
Gilson Filho
2016-04-07 14:39:09 -03:00
2 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,9 @@
{% endblock head %}
{% block opengraph %}
{% for admin in FACEBOOK_ADMINS %}
<meta property="fb:admins" content="{{ admin }}" >
{% endfor %}
{% for LOC in LOCALE %}
<meta property="og:locale" content="{{ LOC }}">
{% endfor %}