ソースを参照

[pelican_comment_system] Fixes the "all comment feed" to work with the i18n_subsites plugin

Bernhard Scheirle 10 年 前
コミット
01adbcb375
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      pelican_comment_system/pelican_comment_system.py

+ 1 - 0
pelican_comment_system/pelican_comment_system.py

@@ -202,6 +202,7 @@ def pelican_finalized(pelican):
         return
     global _all_comments
     print('Processed %s comment(s)' % len(_all_comments))
+    _all_comments = []
 
 
 def register():