1+ ---
2+ ---
3+
4+ <!doctype html>
5+ <!--
6+ Minimal Mistakes Jekyll Theme 4.15.2 by Michael Rose
7+ Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
8+ Free for personal and commercial use under the MIT license
9+ https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
10+ -->
11+ < html lang ="{{ site.locale | slice: 0,2 | default: "en " }}" class="no-js ">
12+ < head >
13+ {% include head.html %}
14+ {% include head/custom.html %}
15+ <!-- Google Tag Manager -->
16+ < script > ( function ( w , d , s , l , i ) { w [ l ] = w [ l ] || [ ] ; w [ l ] . push ( { 'gtm.start' :
17+ new Date ( ) . getTime ( ) , event :'gtm.js' } ) ; var f = d . getElementsByTagName ( s ) [ 0 ] ,
18+ j = d . createElement ( s ) , dl = l != 'dataLayer' ?'&l=' + l :'' ; j . async = true ; j . src =
19+ 'https://www.googletagmanager.com/gtm.js?id=' + i + dl ; f . parentNode . insertBefore ( j , f ) ;
20+ } ) ( window , document , 'script' , 'dataLayer' , 'GTM-KMKMN5D' ) ; </ script >
21+ <!-- End Google Tag Manager -->
22+ </ head >
23+
24+ < body class ="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %} ">
25+ <!-- Google Tag Manager (noscript) -->
26+ < noscript > < iframe src ="https://www.googletagmanager.com/ns.html?id=GTM-KMKMN5D "
27+ height ="0 " width ="0 " style ="display:none;visibility:hidden "> </ iframe > </ noscript >
28+ <!-- End Google Tag Manager (noscript) -->
29+ {% include_cached browser-upgrade.html %}
30+ {% include_cached masthead.html %}
31+
32+ < div class ="initial-content ">
33+ {{ content }}
34+ </ div >
35+
36+ {% if site.search == true %}
37+ < div class ="search-content ">
38+ {% include_cached search/search_form.html %}
39+ </ div >
40+ {% endif %}
41+
42+ < div class ="page__footer ">
43+ < footer >
44+ {% include footer/custom.html %}
45+ {% include_cached footer.html %}
46+ </ footer >
47+ </ div >
48+
49+ {% include scripts.html %}
50+
51+ </ body >
52+ </ html >
0 commit comments