4 lines
196 B
HTML
4 lines
196 B
HTML
{{ $style := resources.Get "/css/main.css" | minify | fingerprint }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}" />
|
|
<!-- <link href="/pagefind/pagefind-ui.css" rel="stylesheet" /> -->
|