From 43c5a594645958065279ece8d3a05c2ded256bb7 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 3 Sep 2018 21:39:31 +0200 Subject: Add absURL for CSS to avoid problems with subdirectory domains --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8ddbd0f..7057959 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,4 +3,4 @@ {{ .Hugo.Generator }} {{ .Title }} · {{ .Site.Title }} {{ $styles := resources.Get "css/main.css" | resources.ExecuteAsTemplate "main.css" . | minify | fingerprint }} - + -- cgit v1.2.3