From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/cachebusting-in-hugo.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 public/cachebusting-in-hugo.html (limited to 'public/cachebusting-in-hugo.html') diff --git a/public/cachebusting-in-hugo.html b/public/cachebusting-in-hugo.html deleted file mode 100755 index c20da58..0000000 --- a/public/cachebusting-in-hugo.html +++ /dev/null @@ -1,15 +0,0 @@ -Cache busting in Hugo

Cache busting in Hugo

May 1, 2023

{{ $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.

\ No newline at end of file -- cgit v1.2.3