added article
This commit is contained in:
parent
ddae386dad
commit
fe76e8a868
3 changed files with 5 additions and 1 deletions
4
base.css
4
base.css
|
@ -73,3 +73,7 @@ li { padding-left:16px; }
|
|||
a {
|
||||
color: #0FF;
|
||||
}
|
||||
blockquote {
|
||||
background-color: #000000;
|
||||
border-left: 1em solid green;
|
||||
}
|
|
@ -43,7 +43,7 @@ html.appendHTML("<input placeholder=\"Captcha. lowercase only. case sensitive\"
|
|||
html.appendHTML("<input type=\"submit\" /></form>")
|
||||
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("<!DOCTYPE html>")
|
||||
print(html.renderSite(True))
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue