From d8cb5ad91334b0605a7a65b5b7ba4db7db33ba5a Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 12 Feb 2024 11:47:45 -0500 Subject: [PATCH] omit unnecessary word --- content/journal/encrypt-and-dither-photos-in-hugo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/journal/encrypt-and-dither-photos-in-hugo/index.md b/content/journal/encrypt-and-dither-photos-in-hugo/index.md index 8b24e87..36a0a30 100644 --- a/content/journal/encrypt-and-dither-photos-in-hugo/index.md +++ b/content/journal/encrypt-and-dither-photos-in-hugo/index.md @@ -27,7 +27,7 @@ I encrypted all the photos on this site and wrote a tiny image server that decry *** -**Update 2024-02-12:** [Hugo will support native dithering in the next release.][1] If you're after the lo-fi look and don't need the encryption, that'll be a lot cleaner than the approach outlined below. +**Update 2024-02-12:** [Hugo will support native dithering in the next release.][1] If you're after the lo-fi look and don't need encryption, that'll be a lot cleaner than the approach outlined below. [1]: https://github.com/gohugoio/hugo/pull/12016