From da850cb17275566d095ab3a5f342f0bd91e98cf9 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Thu, 8 Dec 2022 03:23:05 +0100 Subject: [PATCH] could create standalone pages for CVs or other purposes with inlineCSS --- layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 35257fc..d6b0de3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -67,12 +67,16 @@ {{- /* Add extended css after theme style */ -}} {{- $stylesheet := (slice $license_css $core $extended) | resources.Concat "assets/css/stylesheet.css" }} +{{- if site.Params.assets.inlineCSS }} + +{{- else }} {{- if not site.Params.assets.disableFingerprinting }} {{- $stylesheet := $stylesheet | fingerprint }} {{- else }} {{- end }} +{{- end }} {{- /* Search */}} {{- if (eq .Layout `search`) -}}