blog/layouts/partials/header-extra.html

4 lines
121 B
HTML
Raw Permalink Normal View History

2022-02-26 15:25:50 +00:00
<!--for overriding-->
{{ range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}