blog/layouts/partials/extend_head.html

3 lines
87 B
HTML

{{ if .Params.custom_css }}
<style>{{ .Params.custom_css | safeCSS }}</style>
{{ end }}