Hugo-theme-stack/layouts/partials/head/style.html
2020-08-22 13:20:08 +02:00

5 lines
257 B
HTML

<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">