From 6a860dccc35cfe05b42ad5c8fc156783c7a58c69 Mon Sep 17 00:00:00 2001 From: Jill Ye Date: Fri, 26 Jul 2024 10:45:22 +0800 Subject: [PATCH] test gist --- _posts/2024-06-07-104.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024-06-07-104.markdown b/_posts/2024-06-07-104.markdown index d1dd5bc..3e606a9 100644 --- a/_posts/2024-06-07-104.markdown +++ b/_posts/2024-06-07-104.markdown @@ -50,3 +50,5 @@ issue: 42 image_list.extend(glob.glob(os.path.join(folder_path, image_format))) for image_path in image_list: resize_image(image_path, os.path.join(result_folder_path, image_path)) + +{% gist 7ae804a5297617456f81c8b5a3a9305b %}