hugo-theme-termlite/layouts/partials/system_css.html
2024-06-06 20:59:24 -07:00

6 lines
211 B
HTML

{{ $spacingCSS := partial "spacing_css.html" . }}
{{ $typographyCSS := partial "typography_css.html" . }}
{{ $css := (slice $spacingCSS $typographyCSS) | resources.Concat "css/system.css" }}
{{ return $css }}