header: allow for custom CSS

From
https://discourse.gohugo.io/t/how-to-override-css-classes-with-hugo/3033/4

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-12-02 07:45:29 -05:00
parent 7e98cbce03
commit b14c898762
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -1 +1,4 @@
<!-- Keep - override to add code to <header /> tag -->
{{ range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}