From 1100562e29f6476448b656dbddd4cf22505523f6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 14:59:14 +0100 Subject: Move back to JBMAFP --- _posts/notes/2023-05-01-cachebusting-in-hugo.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 _posts/notes/2023-05-01-cachebusting-in-hugo.md (limited to '_posts/notes/2023-05-01-cachebusting-in-hugo.md') diff --git a/_posts/notes/2023-05-01-cachebusting-in-hugo.md b/_posts/notes/2023-05-01-cachebusting-in-hugo.md deleted file mode 100644 index f8d92b2..0000000 --- a/_posts/notes/2023-05-01-cachebusting-in-hugo.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Cache busting in Hugo -permalink: /cachebusting-in-hugo.html -date: 2023-05-01T12:00:00+02:00 -layout: post -type: note -draft: false -tags: [hugo] ---- - -```html -\{\{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" \}\} - - -``` - -This `6fab11c6669976d759d2992eff1dd5be` can be random string you generate use. -You can use whatever you want. -- cgit v1.2.3