1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Syndicate

This commit is contained in:
Rohan Kumar 2024-03-28 00:25:26 -04:00
parent 447a2e1600
commit e692b2fd05
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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.