cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

c8cd9bbfa2dbb772184bc25c85e7b41bccd92041

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-02-25T03:05:07Z

fix code block bug in email-migration post
 content/blog/2025-02-24-email-migration.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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