8 lines
312 B
HTML
8 lines
312 B
HTML
{{ $style := resources.Get (printf "css/syntax.%s.css" (.Site.Params.theme | default "light")) | 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"/>
|
|
|