aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/docs/html-head.html
blob: e77c218d210cdd85f25c8b16db2d8c329ba7ab63 (plain)
1
2
3
4
5
6
7
8
9
10
<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 href="/css/pure-min.css" rel="stylesheet">
<!-- <link href="/css/grids-responsive-min.css" rel="stylesheet"> -->

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