commit d8cb5ad91334b0605a7a65b5b7ba4db7db33ba5a parent 182d6d14bc0a0a561f2bba16b405e4ead8472f49 Author: David Eisinger <[email protected]> Date: Mon, 12 Feb 2024 11:47:45 -0500 omit unnecessary word Diffstat:
| M | 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 @@ -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