hugo-theme-console/layouts/partials/header.html
2022-12-02 07:45:29 -05:00

4 lines
155 B
HTML

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