diff --git a/portal/src/blogpost.py b/portal/src/blogpost.py index 0f075b0c4..dc40f00cf 100755 --- a/portal/src/blogpost.py +++ b/portal/src/blogpost.py @@ -14,9 +14,9 @@ root = Path(__file__).parent.parent -# Aggregate all posts from the markdown and ipynb files +# Aggregate all posts from the markdown files posts = [] -for ifile in root.rglob("posts/**/*.md"): +for ifile in root.rglob("posts/????/*.md"): if "drafts" in str(ifile): continue