custom/plugins/Alm6FontAwesome/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_title %}
  3.     {{ parent() }}
  4.     {% if shopware.config.Alm6FontAwesome.config.almFontAwesomePro is empty %}
  5.         <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
  6.     {% else %}
  7.         <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.1/css/all.css" integrity="{{ shopware.config.Alm6FontAwesome.config.almFontAwesomePro }}" crossorigin="anonymous">
  8.     {% endif %}
  9. {% endblock %}