diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5359ed9..52c0282 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -9,7 +9,9 @@
{{ end }}
{{ .Title }} - {{ .Site.Title }}
{{ $twbssass := resources.Get "styles/millironx.css" }}
- {{ $twbssass = $twbssass | resources.PostCSS | minify | resources.PostProcess }}
+ {{ $twbssass =
+ $twbssass | minify
+ }}
@@ -25,11 +27,7 @@
{{ partial "sidebar" . }}
-
- {{ block "main" . }}
- {{ .Content }}
- {{ end }}
-
+ {{ block "main" . }}{{ .Content }}{{ end }}
- {{ with .Params.validation }}
- {{- partial "form-validation.html" -}}
- {{ end }}
+ {{ with .Params.validation }}{{- partial "form-validation.html" -}}{{ end }}