From 2417a6b7603524dc5cd30d29b153f91024b9443d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 1 Nov 2023 22:54:27 +0100 Subject: Move to Jekyll --- _posts/2023-05-01-cachebusting-in-hugo.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2023-05-01-cachebusting-in-hugo.md (limited to '_posts/2023-05-01-cachebusting-in-hugo.md') diff --git a/_posts/2023-05-01-cachebusting-in-hugo.md b/_posts/2023-05-01-cachebusting-in-hugo.md new file mode 100644 index 0000000..f8d92b2 --- /dev/null +++ b/_posts/2023-05-01-cachebusting-in-hugo.md @@ -0,0 +1,18 @@ +--- +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