|
{{ $style := resources.Get "css/syntax.css"| toCSS | minify | fingerprint }}
|
|
|
|
<link rel="preload" href="{{ $style.Permalink }}" as="style">
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
|
|
|
<link rel="shortcut icon" type="image/gif" href="favicon.gif"/>
|
|
|