diff options
| author | Christian Cleberg <[email protected]> | 2025-02-24 21:05:07 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-02-24 21:05:07 -0600 |
| commit | c8cd9bbfa2dbb772184bc25c85e7b41bccd92041 (patch) | |
| tree | 02852ac2427b36a6534f886c05e68976b45409b6 /content | |
| parent | 0586132a85e62f21251cb0339bccf8b2b4b18ccb (diff) | |
| download | cleberg.net-c8cd9bbfa2dbb772184bc25c85e7b41bccd92041.tar.gz cleberg.net-c8cd9bbfa2dbb772184bc25c85e7b41bccd92041.tar.bz2 cleberg.net-c8cd9bbfa2dbb772184bc25c85e7b41bccd92041.zip | |
fix code block bug in email-migration post
Diffstat (limited to 'content')
| -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 |
