From 10c68b6dea8798b093875779bb3c30794dfc7cf6 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 30 Oct 2025 22:48:58 -0500 Subject: media print --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 974affa..d6ad48b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,10 +7,10 @@ {{ $css := resources.Match "stylesheets/*.css" | resources.Concat "style.css" | minify | fingerprint }} - + {{ with $.Resources.GetMatch "**.css*" }} {{ $style := . | minify | fingerprint }} - + {{ end }} {{- block "head" . }}{{- end }} -- cgit v1.2.3