app/template/default/Block/head.twig line 1

Open in your IDE?
  1. {# サイト公開時に削除 #}
  2. <meta name=”robots” content=”noindex”>
  3. <meta name=”robots” content=”nofollow”>
  4. <noscript>
  5.     <style>
  6.         .noscript__nocookie{
  7.             display: block!important;
  8.         }
  9.         .noscript__nocookie .no__layer .noscript{
  10.             display: block!important;
  11.         }
  12.     </style>        
  13. </noscript>
  14. <script>
  15.     $(function(){
  16.         if( !navigator.cookieEnabled ){
  17.             $('.noscript__nocookie').show();
  18.             $('.nocookie').show();
  19.         }
  20.     });
  21. </script>
  22. <link rel="apple-touch-icon" href="/html/user_data/assets/img/common/apple-touch-icon.png" sizes="180x180">
  23. <link rel="icon" type="image/png" href="/html/user_data/assets/img/common/apple-touch-icon.png" sizes="192x192">
  24. <link rel="canonical" href="https://xxx.co.jp/index.html" />
  25. <link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
  26. <link href="{{ asset('assets/css/style.css', 'user_data') }}" rel="stylesheet" />