From c9dbf85321122325f33619de48ba6026bbf8c402 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 20 May 2023 19:10:05 +0200 Subject: Added automatic cachebusting to styles --- themes/simple/layouts/partials/head.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'themes/simple/layouts') diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index d1bd2af..522c9a2 100755 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html @@ -1,10 +1,12 @@ +{{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" }} + - + @@ -15,4 +17,4 @@ - + -- cgit v1.2.3