66{%- block htmltitle %}
77 < meta name ="google-site-verification " content ="uM9aB6XUTqBdf9f_THPuD1p8GplQU7kYLPAsrl1cORs " />
88
9- < link rel ="stylesheet " id ="silktide-consent-manager-css " href ="{{ pathto('_static/silktide-consent-manager.css', 1) }} ">
10- < script src ="{{ pathto('_static/silktide-consent-manager.js', 1) }} "> </ script >
9+ < meta name ="google-adsense-account " content ="ca-pub-3019790405701706 ">
10+ < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3019790405701706 "
11+ crossorigin ="anonymous "> </ script >
12+
13+ {{ super() }}
14+ {%- endblock %}
15+
16+ {%- block relbaritems %}
17+ < li class ="right "> < a href ="{{github_page_link()}} "> Edit on GitHub</ a > |</ li >
18+ {% endblock %}
19+
20+ {% block menu %}
21+ {{ super() }}
22+ {% endblock %}
23+
24+ {%- block footer %}
25+ {{ super() }}
26+
27+ <!-- Google tag (gtag.js) -->
28+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-733BJS6NWQ "> </ script >
29+ < script >
30+ window . dataLayer = window . dataLayer || [ ] ;
31+ function gtag ( ) { dataLayer . push ( arguments ) ; }
32+
33+ // Set consent defaults
34+ // https://silktide.com/consent-manager/docs/google-consent-mode/
35+ gtag ( 'consent' , 'default' , {
36+ analytics_storage : localStorage . getItem ( 'silktideCookieChoice_analytics' ) === 'true' ? 'granted' : 'denied' ,
37+ ad_storage : localStorage . getItem ( 'silktideCookieChoice_advertising' ) === 'true' ? 'granted' : 'denied' ,
38+ ad_user_data : localStorage . getItem ( 'silktideCookieChoice_advertising' ) === 'true' ? 'granted' : 'denied' ,
39+ ad_personalization : localStorage . getItem ( 'silktideCookieChoice_advertising' ) === 'true' ? 'granted' : 'denied' ,
40+ } ) ;
41+
42+ gtag ( 'js' , new Date ( ) ) ;
43+ gtag ( 'config' , 'G-733BJS6NWQ' ) ;
44+ </ script >
45+
1146 < script >
1247 silktideCookieBannerManager . updateCookieBannerConfig ( {
1348 background : {
81116 }
82117 } ) ;
83118 </ script >
84-
85- < meta name ="google-adsense-account " content ="ca-pub-3019790405701706 ">
86- < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3019790405701706 "
87- crossorigin ="anonymous "> </ script >
88-
89- {{ super() }}
90- {%- endblock %}
91-
92- {%- block relbaritems %}
93- < li class ="right "> < a href ="{{github_page_link()}} "> Edit on GitHub</ a > |</ li >
94- {% endblock %}
95-
96- {% block menu %}
97- {{ super() }}
98- {% endblock %}
99-
100- {%- block footer %}
101- {{ super() }}
102- <!-- Google tag (gtag.js) -->
103- < script async src ="https://www.googletagmanager.com/gtag/js?id=G-733BJS6NWQ "> </ script >
104- < script >
105- window . dataLayer = window . dataLayer || [ ] ;
106- function gtag ( ) { dataLayer . push ( arguments ) ; }
107-
108- // Set consent defaults
109- // https://silktide.com/consent-manager/docs/google-consent-mode/
110- gtag ( 'consent' , 'default' , {
111- analytics_storage : localStorage . getItem ( 'silktideCookieChoice_analytics' ) === 'true' ? 'granted' : 'denied' ,
112- ad_storage : localStorage . getItem ( 'silktideCookieChoice_advertising' ) === 'true' ? 'granted' : 'denied' ,
113- ad_user_data : localStorage . getItem ( 'silktideCookieChoice_advertising' ) === 'true' ? 'granted' : 'denied' ,
114- ad_personalization : localStorage . getItem ( 'silktideCookieChoice_advertising' ) === 'true' ? 'granted' : 'denied' ,
115- } ) ;
116-
117- gtag ( 'js' , new Date ( ) ) ;
118- gtag ( 'config' , 'G-733BJS6NWQ' ) ;
119- </ script >
120119{% endblock %}
0 commit comments