|
10 | 10 | <script defer src="https://unpkg.com/alpinejs@3.9.0/dist/cdn.min.js"></script>
|
11 | 11 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
|
12 | 12 | <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="b01c63bd-efa9-4e95-92de-e4ea2340de14" data-blockingmode="auto" type="text/javascript"></script>
|
| 13 | + <script data-cookieconsent="ignore"> |
| 14 | + window.dataLayer = window.dataLayer || []; |
| 15 | + function gtag() { |
| 16 | + dataLayer.push(arguments); |
| 17 | + } |
| 18 | + // EU-specific settings |
| 19 | + gtag('consent', 'default', { |
| 20 | + 'ad_personalization': 'denied', |
| 21 | + 'ad_storage': 'denied', |
| 22 | + 'ad_user_data': 'denied', |
| 23 | + 'analytics_storage': 'denied', |
| 24 | + 'functionality_storage': 'denied', |
| 25 | + 'personalization_storage': 'denied', |
| 26 | + 'region': [ |
| 27 | + 'GB','AT','BE','BG','CH','CY','DE','DK','EE','ES','FI', |
| 28 | + 'FR','GG','GR','HR','HU','IE','IM','IT','JE','LT','LU', |
| 29 | + 'LV','MT','NL','PL','PT','RO','SE','SI','SK' |
| 30 | + ], |
| 31 | + 'wait_for_update': 500, |
| 32 | + }); |
| 33 | + // Default settings |
| 34 | + gtag('consent', 'default', { |
| 35 | + 'ad_personalization': 'granted', |
| 36 | + 'ad_storage': 'granted', |
| 37 | + 'ad_user_data': 'granted', |
| 38 | + 'analytics_storage': 'granted', |
| 39 | + 'functionality_storage': 'granted', |
| 40 | + 'personalization_storage': 'granted', |
| 41 | + 'security_storage': 'granted', |
| 42 | + 'wait_for_update': 500, |
| 43 | + }); |
| 44 | + gtag('set', 'ads_data_redaction', true); |
| 45 | + gtag('set', 'url_passthrough', false); |
| 46 | + </script> |
| 47 | + |
13 | 48 | {% unless site.hide_share_buttons %}
|
14 | 49 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
|
15 | 50 | {% endunless %}
|
|
0 commit comments