hugo-bearcub/layouts/partials/custom_head.html

3 lines
121 B
HTML
Raw Normal View History

{{ $autoTheme := resources.Get "auto-theme.css" | minify }}
<link href="{{ $autoTheme.RelPermalink }}" rel="stylesheet">