personal-website/layouts/partials/head/styling.html
lauralani ffe43db394
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
update layouts do include partials; preload fonts
2023-08-10 08:03:44 +02:00

3 lines
No EOL
230 B
HTML

{{ $style := resources.Get "scss/style.scss" | toCSS | minify }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
<link rel="preload" href="/fonts/open-sans-v35-latin-regular.woff2" as="font" type="font/woff2" crossorigin>