|
| 1 | +<head> |
| 2 | + |
| 3 | + <meta charset="utf-8"> |
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <meta name="description" content=""> |
| 7 | + <meta name="author" content=""> |
| 8 | + |
| 9 | + <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
| 10 | + |
| 11 | + <!-- Bootstrap Core CSS --> |
| 12 | + <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
| 13 | + |
| 14 | + <!-- Custom Fonts --> |
| 15 | + <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> |
| 16 | + <link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet"> |
| 17 | + <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet"> |
| 18 | + |
| 19 | + <!-- Plugin CSS --> |
| 20 | + <link rel="stylesheet" href="/css/animate.min.css" type="text/css"> |
| 21 | + <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css"> |
| 22 | + <link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.css"> |
| 23 | + <link rel="stylesheet" href="/vendor/device-mockups/device-mockups.min.css"> |
| 24 | + |
| 25 | + <!-- Custom CSS |
| 26 | + <link rel="stylesheet" href="css/main.css" type="text/css"> --> |
| 27 | + <link href="/css/main.css" rel="stylesheet"> |
| 28 | + |
| 29 | + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 30 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 31 | + <!--[if lt IE 9]> |
| 32 | + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
| 33 | + <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
| 34 | + <![endif]--> |
| 35 | + |
| 36 | + <!-- Google ADS mobile block --> |
| 37 | + {% if site.google_ad_client %} |
| 38 | + <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
| 39 | + <script> |
| 40 | + (adsbygoogle = window.adsbygoogle || []).push({ |
| 41 | + google_ad_client: "{{ site.google_ad_client }}", |
| 42 | + enable_page_level_ads: true |
| 43 | + }); |
| 44 | + </script> |
| 45 | + {% endif %} |
| 46 | + |
| 47 | + {% if site.addthis_id %} |
| 48 | + <!-- Go to www.addthis.com/dashboard to customize your tools --> |
| 49 | + <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ site.addthis_id }}"></script> |
| 50 | + {% endif %} |
| 51 | + |
| 52 | +</head> |
0 commit comments