2018-09-05 16:22:04 +02:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-10-30 16:46:25 +01:00
|
|
|
<title>{{- template "title" . }} | {{ .Site.Title -}}</title>
|
2018-09-05 16:22:04 +02:00
|
|
|
|
2018-09-13 14:54:04 +02:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,700" rel="stylesheet">
|
2018-09-26 00:12:56 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
|
2018-09-05 16:22:04 +02:00
|
|
|
|
2018-09-30 01:04:22 +02:00
|
|
|
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
2018-10-30 16:46:25 +01:00
|
|
|
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
|