2018-07-04 21:41:00 +00:00
|
|
|
<head>
|
2018-08-08 04:03:14 +00:00
|
|
|
<link href="https://gmpg.org/xfn/11" rel="profile">
|
2021-04-16 14:45:25 +00:00
|
|
|
{{ if .Params.canonicalUrl }}
|
|
|
|
<link rel="canonical" href="{{ .Params.canonicalUrl }}">
|
|
|
|
{{ else }}
|
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|
{{ end }}
|
2018-07-16 03:22:00 +00:00
|
|
|
{{ partial "header/meta.html" . }}
|
2018-07-26 22:41:33 +00:00
|
|
|
{{ partial "header/styles.html" . }}
|
2018-02-03 08:35:10 +00:00
|
|
|
{{ `<!-- 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.3/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->` | safeHTML }}
|
|
|
|
{{ "<!-- Icons -->" | safeHTML }}
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
|
|
|
|
<link rel="shortcut icon" href="/favicon.png">
|
2018-07-26 08:01:14 +00:00
|
|
|
{{ partial "header/feeds.html" . }}
|
2019-09-01 07:21:06 +00:00
|
|
|
{{ partial "header/custom.html" }}
|
2018-07-21 07:08:41 +00:00
|
|
|
</head>
|