1

fix missing import

This commit is contained in:
Evan Pratten 2023-10-21 12:28:37 -04:00
parent 88bbbf4e80
commit 2df76a0e09

View File

@ -3,6 +3,7 @@ import sys
import re
import frontmatter
import yaml
from pathlib import Path
BLOG_POST_RE = re.compile(r"^\d{4}-\d+-\d+-(.*)\.md$")