X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/d184fbe933cabef3ddaa0696d1b2aa3ae14f61c8..991dd47b40783c56aee07179f42940cbbbae46bd:/Resources/views/base.html.twig?ds=sidebyside

diff --git a/Resources/views/base.html.twig b/Resources/views/base.html.twig
index 638e2bc..0b2f1e9 100644
--- a/Resources/views/base.html.twig
+++ b/Resources/views/base.html.twig
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
-<html{% if app.request.locale is defined and app.request.locale %} lang="{{ app.request.locale }}"{% endif %}>
-	<head>
+<html{% if locale is defined and locale %} lang="{{ locale }}"{% endif %}>
+	<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
 		{% block metas %}<meta charset="UTF-8">{% endblock %}
 		<title>{% block title %}Welcome!{% endblock %}</title>
 		{% block stylesheets %}{% endblock %}