We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f632122 commit 1985dbeCopy full SHA for 1985dbe
portal/src/blogpost.py
@@ -14,9 +14,9 @@
14
15
root = Path(__file__).parent.parent
16
17
-# Aggregate all posts from the markdown and ipynb files
+# Aggregate all posts from the markdown files
18
posts = []
19
-for ifile in root.rglob("posts/**/*.md"):
+for ifile in root.rglob("posts/????/*.md"):
20
if "drafts" in str(ifile):
21
continue
22
0 commit comments