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

5 lines
131 B
HTML

{{
$css := resources.Get "css/typography.css"
| resources.ExecuteAsTemplate "css/spacing.css" .
}}
{{ return $css }}