diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-02-24 21:05:07 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-02-24 21:05:07 -0600 |
commit | 35688bd68b43645980f831c473d4f4762e193a64 (patch) | |
tree | 02852ac2427b36a6534f886c05e68976b45409b6 /content/blog | |
parent | 77819e8e2f7f132c3cf3c9df569b51ae69d14f9c (diff) | |
download | cleberg.net-35688bd68b43645980f831c473d4f4762e193a64.tar.gz cleberg.net-35688bd68b43645980f831c473d4f4762e193a64.tar.bz2 cleberg.net-35688bd68b43645980f831c473d4f4762e193a64.zip |
fix code block bug in email-migration post
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/2025-02-24-email-migration.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2025-02-24-email-migration.org b/content/blog/2025-02-24-email-migration.org index 8ec5601..b9cf3ff 100644 --- a/content/blog/2025-02-24-email-migration.org +++ b/content/blog/2025-02-24-email-migration.org @@ -160,7 +160,7 @@ split into a list as such: From this list, we select the fourth element (=2025=) and use that to build the destination path. -,#+begin_src python +#+begin_src python # _archive.py import os import glob |