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',
  20.           n = 'script';
  21.         if (!d.getElementById(id)) {
  22.           w.spdt =
  23.             w.spdt ||
  24.             function() {
  25.               (w.spdt.q = w.spdt.q || []).push(arguments);
  26.             };
  27.           var e = d.createElement(n);
  28.           Home - e.id = id;
  29.           e.async = 1;
  30.           e.src = 'https://pixel.byspotify.com/ping.min.js';
  31.           var s = d.getElementsByTagName(n)[0];
  32.           s.parentNode.insertBefore(e, s);
  33.         }
  34.         w.spdt('conf', {
  35.           key: 'c3a2ce6f68e5455086f10d97adea4bc7'
  36.         });
  37.         w.spdt('view', {
  38.           event_id: 'INSERT_EVENT_ID',
  39.         });
  40.       })(window, document); 
  41.     </script>
  42. {% endif %}
  43. {% endif %}
  44. {% if overrideSeoTitle is defined %}
  45.     <title>{{ overrideSeoTitle }}</title>
  46. {% else %}
  47.     {{ sonata_seo_title() }}
  48. {% endif %}
  49. {{ sonata_seo_metadatas() }}
  50. <meta name="author" content="">
  51. <link rel="icon" href="{{ asset('favicon.ico') }}?v=1" />
  52. <link href="{{ asset('assets/css/global.css') }}?v=1.5" rel="stylesheet" />
  53. <style>
  54.   .goog-te-menu-frame {
  55.     max-width:100% !important; 
  56.   }
  57.   .goog-te-combo {
  58.     max-width:100% !important; 
  59.   }
  60.   .goog-te-menu2 { 
  61.       max-width: 100% !important;
  62.       overflow-x: scroll !important;
  63.       box-sizing:border-box !important; 
  64.       height:auto !important; 
  65.   }
  66. </style>