diff options
Diffstat (limited to 'rss.py')
-rw-r--r-- | rss.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ def render_template(cwd, template_path, context): | |||
29 | def main(): | 29 | def main(): |
30 | 30 | ||
31 | filenames = glob.glob("./_build/html/_posts/*/*/*.html") | 31 | filenames = glob.glob("./_build/html/_posts/*/*/*.html") |
32 | print(filenames) | ||
33 | |||
34 | posts = [] | 32 | posts = [] |
35 | 33 | ||
36 | for p in filenames: | 34 | for p in filenames: |