|
1 | 1 | <head> |
2 | | - <meta charset="utf-8"> |
3 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
4 | | - <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
5 | | - <meta name="viewport" content="width=device-width"> |
6 | | - <meta name="description" content="{{ site.description }}"> |
7 | | - <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
| 2 | + <meta charset="utf-8"> |
| 3 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 4 | + <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
| 5 | + <meta name="viewport" content="width=device-width"> |
| 6 | + <meta name="description" content="{{ site.description }}"> |
| 7 | + <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
8 | 8 |
|
9 | | - <!-- Custom CSS --> |
10 | | - <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> |
| 9 | + <!-- Custom CSS --> |
| 10 | + <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> |
11 | 11 |
|
12 | | - <!-- Google fonts --> |
13 | | - <link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'> |
| 12 | + <!-- Google fonts --> |
| 13 | + <link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'> |
14 | 14 |
|
15 | | - <!-- Google tracking --> |
16 | | - <script> |
17 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
18 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
19 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
20 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
21 | | - |
22 | | - ga('create', 'UA-46895817-2', 'auto'); |
23 | | - ga('send', 'pageview'); |
24 | | - |
25 | | - </script> |
| 15 | + <!-- Google tracking --> |
| 16 | + <script> |
| 17 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 18 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 19 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 20 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
26 | 21 |
|
| 22 | + ga('create', 'UA-46895817-2', 'auto'); |
| 23 | + ga('send', 'pageview'); |
| 24 | + </script> |
27 | 25 | </head> |
0 commit comments