templates/partials/_head.html.twig line 1

Open in your IDE?
  1. <meta charset="utf-8">
  2. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no, user-scalable=no">
  3. <meta name="google-site-verification" content="SM-kOo-dLpG9e0jKofC5YbCU55tt9JrWvAYOzBTBdpo" />
  4. {% if no_index == 'true' %}
  5. <meta name="robots" content="noindex, nofollow" />
  6. {% else %}
  7. <meta name="robots" content="index, follow" />
  8. {% if app.environment == 'prod' or app.environment == 'PROD' %}
  9.     <!-- Google Tag Manager -->
  10.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  11.     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  12.     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  13.     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  14.     })(window,document,'script','dataLayer','GTM-KXCZ6DN');</script>
  15.     <!-- End Google Tag Manager -->
  16.     <script>
  17.       // Installation script generated by Spotify Ads Manager
  18.       (function(w, d){
  19.         var id='spdt-capture', n='script';
  20.         if (!d.getElementById(id)) {
  21.           w.spdt =
  22.             w.spdt ||
  23.             function() {
  24.               (w.spdt.q = w.spdt.q || []).push(arguments);
  25.             };
  26.           var e = d.createElement(n); e.id = id; e.async=1;
  27.           e.src = 'https://pixel.byspotify.com/ping.min.js';
  28.           var s = d.getElementsByTagName(n)[0];
  29.           s.parentNode.insertBefore(e, s);
  30.         }
  31.         w.spdt('conf', { key: 'c3a2ce6f68e5455086f10d97adea4bc7' });
  32.         w.spdt('view');
  33.       })(window, document);
  34.     </script>
  35. {% endif %}
  36. {% endif %}
  37. {% if overrideSeoTitle is defined %}
  38.     <title>{{ overrideSeoTitle }}</title>
  39. {% else %}
  40.     {{ sonata_seo_title() }}
  41. {% endif %}
  42. {{ sonata_seo_metadatas() }}
  43. <meta name="author" content="">
  44. <link rel="icon" href="{{ asset('favicon.ico') }}?v=1" />
  45. <link href="{{ asset('assets/css/global.css') }}?v=1.6" rel="stylesheet" />
  46. <style>
  47.   .goog-te-menu-frame {
  48.     max-width:100% !important; 
  49.   }
  50.   .goog-te-combo {
  51.     max-width:100% !important; 
  52.   }
  53.   .goog-te-menu2 { 
  54.       max-width: 100% !important;
  55.       overflow-x: scroll !important;
  56.       box-sizing:border-box !important; 
  57.       height:auto !important; 
  58.   }
  59. </style>