7 lines
180 B
HTML
7 lines
180 B
HTML
|
<!-- override this partial to add content before the head tag closes -->
|
||
|
// css
|
||
|
{{ range .Site.Params.custom.css -}}
|
||
|
<link rel="stylesheet" href="{{ . | absURL }}>
|
||
|
{{- end }}
|
||
|
|