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. <link rel="canonical" href="{{ app.request.getSchemeAndHttpHost ~ app.request.baseUrl ~ app.request.pathInfo }}" />
  5. {% if no_index == 'true' %}
  6. <meta name="robots" content="noindex, nofollow" />
  7. {% else %}
  8. <meta name="robots" content="index, follow" />
  9. {% if app.environment == 'prod' or app.environment == 'PROD' %}
  10.     <!-- Google Tag Manager -->
  11.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  12.     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  13.     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  14.     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  15.     })(window,document,'script','dataLayer','GTM-KXCZ6DN');</script>
  16.     <!-- End Google Tag Manager -->
  17.     <script>
  18.       // Installation script generated by Spotify Ads Manager
  19.       (function(w, d){
  20.         var id='spdt-capture', 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); e.id = id; e.async=1;
  28.           e.src = 'https://pixel.byspotify.com/ping.min.js';
  29.           var s = d.getElementsByTagName(n)[0];
  30.           s.parentNode.insertBefore(e, s);
  31.         }
  32.         w.spdt('conf', { key: 'c3a2ce6f68e5455086f10d97adea4bc7' });
  33.         w.spdt('view');
  34.       })(window, document);
  35.     </script>
  36.     <!-- Meta Pixel Code -->
  37.         <script>
  38.         !function(f,b,e,v,n,t,s)
  39.         {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  40.         n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  41.         if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  42.         n.queue=[];t=b.createElement(e);t.async=!0;
  43.         t.src=v;s=b.getElementsByTagName(e)[0];
  44.         s.parentNode.insertBefore(t,s)}(window, document,'script',
  45.         'https://connect.facebook.net/en_US/fbevents.js');
  46.         fbq('init', '254256472371015');
  47.         fbq('track', 'PageView');
  48.         </script>
  49.         <noscript><img height="1" width="1" style="display:none"
  50.         src="https://www.facebook.com/tr?id=254256472371015&ev=PageView&noscript=1"/></noscript>
  51.     <!-- End Meta Pixel Code -->
  52. {% endif %}
  53. {% endif %}
  54. {% if overrideSeoTitle is defined %}
  55.     <title>{{ overrideSeoTitle }}</title>
  56. {% else %}
  57.     {{ sonata_seo_title() }}
  58. {% endif %}
  59. {{ sonata_seo_metadatas() }}
  60. <meta name="author" content="">
  61. <link rel="icon" href="{{ asset('favicon.ico') }}?v=1" />
  62. <link href="{{ asset('assets/css/global.css') }}?v=1.6.0" rel="stylesheet" />
  63. <style>
  64.   .goog-te-menu-frame {
  65.     max-width:100% !important; 
  66.   }
  67.   .goog-te-combo {
  68.     max-width:100% !important; 
  69.   }
  70.   .goog-te-menu2 { 
  71.       max-width: 100% !important;
  72.       overflow-x: scroll !important;
  73.       box-sizing:border-box !important; 
  74.       height:auto !important; 
  75.   }
  76. </style>