diff --git a/base.css b/base.css index 8c82524..7b5de9a 100644 --- a/base.css +++ b/base.css @@ -73,3 +73,7 @@ li { padding-left:16px; } a { color: #0FF; } +blockquote { + background-color: #000000; + border-left: 1em solid green; +} \ No newline at end of file diff --git a/comments.py b/comments.py index bc0e869..bd84954 100755 --- a/comments.py +++ b/comments.py @@ -43,7 +43,7 @@ html.appendHTML("") count=storage.count("comments-%i"%aid) for i in range(count): - html.addArticle(**(storage.get("comments-%i"%aid,i))) + html.addArticle(aid=aid,**(storage.get("comments-%i"%aid,i))) print("") print(html.renderSite(True)) diff --git a/data/articles-0.pickle b/data/articles-0.pickle index c33dd9e..4356662 100644 Binary files a/data/articles-0.pickle and b/data/articles-0.pickle differ