From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/cachebusting-in-hugo.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/cachebusting-in-hugo.html') diff --git a/public/cachebusting-in-hugo.html b/public/cachebusting-in-hugo.html index 34f1f99..49e2f1d 100755 --- a/public/cachebusting-in-hugo.html +++ b/public/cachebusting-in-hugo.html @@ -1,13 +1,16 @@ -Cache busting in Hugo

Cache busting in Hugo

note, May 1, 2023 on Mitja Felicijan's blog

{{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" }}
 
 <link rel="stylesheet" href="/style.css?v={{ $cachebuster }}">
 

This 6fab11c6669976d759d2992eff1dd5be can be random string you generate use. -You can use whatever you want.


Posts from blogs I follow around the net