Merge pull request #21 from MrSenko/locale
Use LOCALE instead of DEFAULT_LANG to set og:locale
This commit is contained in:
commit
1301b05998
@ -68,7 +68,9 @@
|
||||
{% endblock head %}
|
||||
|
||||
{% block opengraph %}
|
||||
<meta property="og:locale" content="{{ DEFAULT_LANG }}">
|
||||
{% for LOC in LOCALE %}
|
||||
<meta property="og:locale" content="{{ LOC }}">
|
||||
{% endfor %}
|
||||
<meta property="og:site_name" content="{{ SITENAME }}">
|
||||
{% endblock opengraph %}
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user