aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-11 21:04:21 +0800
committerclarkzjw <[email protected]>2018-01-11 21:04:21 +0800
commit51772e868b787e6d3a9ffdc5a7462038f9b86eac (patch)
tree0bc63acbe974aa664fc2228ac8db4a1c23214c32
parent118ce9b5f01d1a062b4d27740ae428ee43a5ba1d (diff)
downloadblog.jinwei.me-51772e868b787e6d3a9ffdc5a7462038f9b86eac.tar.gz
+ fix rss
-rw-r--r--rss.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rss.py b/rss.py
index fdf4b53..928bf34 100644
--- a/rss.py
+++ b/rss.py
@@ -29,8 +29,6 @@ def render_template(cwd, template_path, context):
29def main(): 29def 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:
Powered by cgit v1.2.3 (git 2.41.0)