custom/plugins/CrayssnLabsLeinwandbilder/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_meta_tags %}
  3.     {{ parent() }}
  4.     <meta name="google-site-verification" content="183uHmu3dXTYNZ6M79F7KZ31XNHyaNk77hU31hHd3vQ" />
  5. {% endblock %}
  6. {% block layout_head_favicon %}
  7.     <link rel="icon" type="image/png" href="{{ theme_config('sw-logo-favicon') }}">
  8.     <link rel="shortcut icon" href="{{ theme_config('sw-logo-favicon') }}">
  9. {% endblock %}