hugo-theme-termlite/layouts/partials/typography_css.html

6 lines
131 B
HTML
Raw Normal View History

2024-06-06 20:59:24 -07:00
{{
$css := resources.Get "css/typography.css"
| resources.ExecuteAsTemplate "css/spacing.css" .
}}
{{ return $css }}