git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 834aa3ced3d80aaac5f6857ed4b210db1bee626f
parent 477534fafd8f926caffde3e36b9dfb5ed7c2e140
Author: Luís Ferreira <contact@lsferreira.net>
Date:   Fri,  1 Oct 2021 02:37:47 +0100

layouts: make stylesheet file reproducible

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Diffstat:
Mlayouts/partials/head.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html @@ -6,7 +6,7 @@ <link rel="canonical" href="{{ .Permalink }}" /> <!-- Custom CSS styles --> -{{ $style := resources.Get "sass/style.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} +{{ $style := resources.Get "sass/style.scss" | resources.ToCSS | resources.Minify }} <link type="text/css" rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"> <!-- OG data -->