summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/html-head.html
blob: 1da298c7673bf4ceaaa5dc8a4eef7c8cb0ed6394 (plain)
1
2
3
4
5
6
7
8
9
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{- template "title" .  }} | {{ .Site.Title -}}</title>

<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">

{{ $styles := resources.Get "styles.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $styles.Permalink }}">