|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - {% include head.html %} |
4 |
| - <body> |
5 |
| - {% include header.html %} |
6 |
| - <section id="about"> |
7 |
| - {% include about.html %} |
8 |
| - </section> |
9 |
| - <section id="projects"> |
10 |
| - {% include projects.html %} |
11 |
| - </section> |
12 |
| - {{ content }} |
13 |
| - {% include footer.html %} |
14 |
| - </body> |
| 3 | +<!-- Global site tag (gtag.js) - Google Analytics --> |
| 4 | +<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZY17XZJWMR"></script> |
| 5 | +<script> |
| 6 | + window.dataLayer = window.dataLayer || []; |
| 7 | + function gtag(){dataLayer.push(arguments);} |
| 8 | + gtag('js', new Date()); |
| 9 | + |
| 10 | + gtag('config', 'G-ZY17XZJWMR'); |
| 11 | +</script> |
| 12 | + |
| 13 | +<!-- Google Tag Manager --> |
| 14 | +<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 15 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 16 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 17 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 18 | +})(window,document,'script','dataLayer','GTM-P7QT6FM');</script> |
| 19 | +<!-- End Google Tag Manager --> |
| 20 | +{% include head.html %} |
| 21 | +<body> |
| 22 | +<!-- Google Tag Manager (noscript) --> |
| 23 | +<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P7QT6FM" |
| 24 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 25 | +<!-- End Google Tag Manager (noscript) --> |
| 26 | +{% include header.html %} |
| 27 | +<section id="about"> |
| 28 | + {% include about.html %} |
| 29 | +</section> |
| 30 | +<section id="projects"> |
| 31 | + {% include projects.html %} |
| 32 | +</section> |
| 33 | +{{ content }} |
| 34 | +{% include footer.html %} |
| 35 | +</body> |
0 commit comments