From e692b2fd056ed5b3f9d2e9b8b5fcb16149a3c0d2 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 28 Mar 2024 00:25:26 -0400 Subject: [PATCH] Syndicate --- content/notes/short-cache-busting-fingerprints-in-hugo.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/notes/short-cache-busting-fingerprints-in-hugo.md b/content/notes/short-cache-busting-fingerprints-in-hugo.md index 97a5316..6867d8c 100644 --- a/content/notes/short-cache-busting-fingerprints-in-hugo.md +++ b/content/notes/short-cache-busting-fingerprints-in-hugo.md @@ -6,6 +6,13 @@ replyTitle: "Shorter fingerprinting (Hugo issue 6241)" replyType: "DiscussionForumPosting" replyAuthor: "XhmikosR" replyAuthorURI: "https://github.com/XhmikosR" +syndicatedCopies: + - title: 'GitHub' + url: 'https://github.com/gohugoio/hugo/issues/6241#issuecomment-2024366155' + - title: 'The Fediverse' + url: 'https://pleroma.envs.net/notice/AgIcAivbPcYOAwtSam' + - title: 'IndieNews' + url: 'https://news.indieweb.org/en' --- I use a quick `crypto.FNV32a`-based fix for short cache-busting fingerprints that doesn't directly rely on the unstable `.Key` method.