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