diff options
author | clarkzjw <[email protected]> | 2018-01-11 21:04:21 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-11 21:04:21 +0800 |
commit | 51772e868b787e6d3a9ffdc5a7462038f9b86eac (patch) | |
tree | 0bc63acbe974aa664fc2228ac8db4a1c23214c32 /rss.py | |
parent | 118ce9b5f01d1a062b4d27740ae428ee43a5ba1d (diff) | |
download | blog.jinwei.me-51772e868b787e6d3a9ffdc5a7462038f9b86eac.tar.gz |
+ fix rss
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: |