diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 684713e..80d88b8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,18 +16,8 @@ - {{ $style := resources.Get "css/styles.css" }} - {{ $syntax := resources.Get "css/syntax.css" }} - - {{ $bundle := slice $style $syntax - | resources.Concat "css/bundle.css" - | minify - | fingerprint - }} - - + + {{ block "head" . }}{{ end }}