custom/plugins/RHWebCleue/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_stylesheet %}
  3.     {{ parent() }}
  4.     <link rel="stylesheet" href="//assets.rh-webdesign.com/css/apps/font-awesome-4-min.css">
  5.     <link rel="stylesheet" href="//assets.rh-webdesign.com/css/apps/line-awesome.css">
  6.     {% sw_include '@Storefront/storefront/rhweb-custom/snippets/rhweb-background-images.html.twig' %}
  7.     {% if theme_config('rhweb-custom-css') %}
  8.         <style>
  9.             {{ theme_config('rhweb-custom-css') | raw }}
  10.         </style>
  11.     {% endif %}
  12. {% endblock %}
  13. {% block layout_head_meta_tags %}
  14.     {{ parent() }}
  15.     {% if theme_config('rhweb-custom-head') %}
  16.         {{ theme_config('rhweb-custom-head') | raw }}
  17.     {% endif %}
  18. {% endblock %}
  19. {% block layout_head_javascript_tracking %}
  20.     {{ parent() }}
  21. {% endblock %}