]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/base.html.twig
New header layout
[airbundle] / Resources / views / base.html.twig
index e103e060347d33a4eb087a987af4cc99973634c8..0b2f1e9444d5dd5dacc4a186b4bb15407d41f719 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
-<html{% if lang is defined and lang %} lang="{{ lang }}"{% 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 %}