2016-12-03 10:36:55 +01:00
|
|
|
<title>{{ .Site.Params.title }}</title>
|
2016-09-26 08:34:28 +02:00
|
|
|
<!-- Meta -->
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2016-12-02 05:11:47 +01:00
|
|
|
<meta name="description" content="{{ .Site.Params.description }}">
|
|
|
|
<meta name="author" content="{{ .Site.Params.author }}">
|
2019-05-14 15:42:44 +02:00
|
|
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}{{ with .Site.Params.profile.avatar }}assets/images/{{.}}{{ else }}favicon.ico{{ end }}">
|
|
|
|
<!-- Google Font -->
|
2016-09-26 08:34:28 +02:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
2019-08-23 15:24:04 +02:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
|
2016-09-26 08:34:28 +02:00
|
|
|
<!-- Global CSS -->
|
2016-12-01 18:24:50 +01:00
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/plugins/bootstrap/css/bootstrap.min.css">
|
|
|
|
<!-- Theme CSS -->
|
2016-09-26 08:34:28 +02:00
|
|
|
<link id="theme-style" rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/{{ .Site.Params.styles }}">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
2016-12-01 18:24:50 +01:00
|
|
|
{{ template "_internal/google_analytics_async.html" . }}
|