<head>
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" type="image/x-icon" href="{{ "favicon.ico" | relative_url }}"> <link rel="stylesheet" href="/assets/css/style.css"> {% seo %} {% if page.path contains '_posts' %} <style media="screen"> header:before { background-image: url( {{ page.image.path | relative_url }} )!important; background-position: 50% 50%!important; opacity: 0.25; background-color: black; } </style> {% endif %} <!-- Global site tag (gtag.js) - Google Analytics --> <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-143534721-1"></script> --> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-143534721-1'); </script>
</head>