2018-09-23 00:14:25 +02:00
|
|
|
{{ .Hugo.Generator }}
|
|
|
|
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
|
2020-01-01 22:37:59 +01:00
|
|
|
|
|
|
|
{{ $css := resources.Get "style.scss" | toCSS | minify | fingerprint }}
|
2022-12-21 06:26:37 +01:00
|
|
|
<link rel='stylesheet' href='{{ $css.RelPermalink }}'>
|
2020-01-01 22:37:59 +01:00
|
|
|
|
|
|
|
{{ $js := resources.Get "main.js" | minify | fingerprint }}
|
2022-12-21 06:26:37 +01:00
|
|
|
<script src='{{ $js.RelPermalink }}' async></script>
|