RSS for blog

Comment addition into blog page's dom
This commit is contained in:
Anand Doshi
2012-07-11 18:40:57 +05:30
parent 1522f5d76b
commit 8c7e76ba44
10 changed files with 290 additions and 123 deletions

View File

@@ -55,12 +55,6 @@ def get_html(page_name):
'comments': """error: %s""" % traceback,
'template': '404.html',
}
# 'script': """(function() {
# var error = "ERROR: %s";
# console.log(error);
# })();""" % traceback.replace('"', '\\"').replace('\n', ' \\\n'),
# }
else:
args = {
'comments': """page: %s""" % page_name,