From https://discourse.gohugo.io/t/how-to-override-css-classes-with-hugo/3033/4 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
4 lines
155 B
HTML
4 lines
155 B
HTML
<!-- Keep - override to add code to <header /> tag -->
|
|
{{ range .Site.Params.custom_css -}}
|
|
<link rel="stylesheet" href="{{ . | absURL }}">
|
|
{{- end }}
|