2018-09-05 16:22:04 +02:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
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-05 16:22:04 +02:00
|
|
|
<link href="/css/pure-min.css" rel="stylesheet">
|
2018-09-11 16:51:27 +02:00
|
|
|
<!-- <link href="/css/grids-responsive-min.css" rel="stylesheet"> -->
|
2018-09-05 16:22:04 +02:00
|
|
|
|
|
|
|
{{ $styles := resources.Get "styles.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
2018-09-12 14:21:46 +02:00
|
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}">
|