aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-02-24 21:05:07 -0600
committerChristian Cleberg <hello@cleberg.net>2025-02-24 21:05:07 -0600
commit35688bd68b43645980f831c473d4f4762e193a64 (patch)
tree02852ac2427b36a6534f886c05e68976b45409b6
parent77819e8e2f7f132c3cf3c9df569b51ae69d14f9c (diff)
downloadcleberg.net-35688bd68b43645980f831c473d4f4762e193a64.tar.gz
cleberg.net-35688bd68b43645980f831c473d4f4762e193a64.tar.bz2
cleberg.net-35688bd68b43645980f831c473d4f4762e193a64.zip
fix code block bug in email-migration post
-rw-r--r--content/blog/2025-02-24-email-migration.org2
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