build: Remove PostCSS filtering

This commit is contained in:
Thomas A. Christensen II 2024-12-15 14:38:07 -06:00
parent 570091242d
commit a4eaf8cf69
Signed by: millironx
GPG key ID: 19A2EF3A3C0C18A9

View file

@ -9,7 +9,9 @@
{{ end }}
<title>{{ .Title }} - {{ .Site.Title }}</title>
{{ $twbssass := resources.Get "styles/millironx.css" }}
{{ $twbssass = $twbssass | resources.PostCSS | minify | resources.PostProcess }}
{{ $twbssass =
$twbssass | minify
}}
<link href="{{ $twbssass.RelPermalink }}" rel="stylesheet" />
</head>
@ -25,11 +27,7 @@
</header>
<div class="row">
{{ partial "sidebar" . }}
<main>
{{ block "main" . }}
{{ .Content }}
{{ end }}
</main>
<main>{{ block "main" . }}{{ .Content }}{{ end }}</main>
</div>
<footer>
{{ $brandedbull := resources.Get "graphics/brandedbull.svg" }}
@ -48,9 +46,7 @@
</p>
</footer>
{{ with .Params.validation }}
{{- partial "form-validation.html" -}}
{{ end }}
{{ with .Params.validation }}{{- partial "form-validation.html" -}}{{ end }}
<!-- GoatCounter -->