davideisinger.com

My personal website
Log | Files | Refs | README

commit fe8404d34ada266892f4b856fb6c42ca3a784684
parent 27b2dca31ea6a488e54f7e819df3922483056ab0
Author: David Eisinger <[email protected]>
Date:   Wed,  7 Feb 2024 09:58:48 -0500

code indentation

Diffstat:
Mcontent/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 @@ -76,7 +76,7 @@ Dir.glob("content/**/*.{jpg,jpeg,png}").each do |path| -out #{path}.enc \ -pass file:secret.key \ -iter 1000000 - ) + ) end ```