]> Raphaël G. Git Repositories - airbundle/commitdiff
Add og: and fb: prefixes
authorRaphaël Gertz <git@rapsys.eu>
Wed, 28 Jul 2021 07:21:52 +0000 (09:21 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 28 Jul 2021 07:21:52 +0000 (09:21 +0200)
Resources/views/base.html.twig

index 638e2bcab68154bb56431ed43a4b8a7030b556c6..dba0e86046bebbc014e6ba18fd3e1938ab461742 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html{% if app.request.locale is defined and app.request.locale %} lang="{{ app.request.locale }}"{% endif %}>
-       <head>
+       <head{% if ogps is defined or facebooks is defined %} prefix="{% if ogps is defined and ogps %}og: http://ogp.me/ns#{% endif %} {% if facebooks is defined and facebooks %}fb: http://ogp.me/ns/fb#{% endif %}"{% endif %}>
                {% block metas %}<meta charset="UTF-8">{% endblock %}
                <title>{% block title %}Welcome!{% endblock %}</title>
                {% block stylesheets %}{% endblock %}