hugo-theme-stack-stars/layouts/partials/head/style.html

5 lines
257 B
HTML
Raw Normal View History

2020-08-22 11:20:08 +00:00
<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 }}">