Files
davideisinger.com/themes/v2/layouts/partials/head.html
David Eisinger d9469b8245 Basic stylesheet
2023-01-09 23:15:41 -05:00

7 lines
210 B
HTML

<head>
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
{{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
</head>