template: fix css import

This commit is contained in:
Yiao Shen 2023-05-08 00:15:16 -04:00
parent 948aeb6f1d
commit 46c49d4595
Signed by: y266shen
GPG Key ID: D126FA196DA0F362
1 changed files with 1 additions and 5 deletions

View File

@ -28,11 +28,7 @@
<meta name="description" content="{{ .Description }}" />
{{- end -}}
{{- with resources.Get "csc-mirror.sass" | toCSS | resources.PostCSS (dict "use" "autoprefixer") | resources.Minify -}}
<style>{{ .Content | safeCSS }}</style>
{{- end -}}
<link rel ="stylesheet" href="/include/mirror-index-ng.css">
{{- block "stylesheet" . -}}
{{- end -}}
</head>