From 23a56bd50b04211da3cab45f72c3390711b2416b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Jul 2023 18:35:08 +0200 Subject: Moved notes and posts into subfolders --- content/cachebusting-in-hugo.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 content/cachebusting-in-hugo.md (limited to 'content/cachebusting-in-hugo.md') diff --git a/content/cachebusting-in-hugo.md b/content/cachebusting-in-hugo.md deleted file mode 100644 index b889d6b..0000000 --- a/content/cachebusting-in-hugo.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Cache busting in Hugo -url: cachebusting-in-hugo.html -date: 2023-05-01T12:00:00+02:00 -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