commit | ddd8bddffd2ec7578d0f233ba159d0737a3f63e6 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Dec 06 20:08:36 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Dec 06 20:08:36 2012 +0530 |
tree | 20e5dfe6cab00e0e5947e4868c41bb1decc0f085 | |
parent | 41c0a321e5785c7ab5a5274e88bb0be3cfab4af3 [diff] [blame] |
website fixes
diff --git a/website/blog.py b/website/blog.py index f422c93..fe3cbbd 100644 --- a/website/blog.py +++ b/website/blog.py
@@ -36,7 +36,7 @@ res['full_name'] = get_fullname(res['owner']) res['published'] = global_date_format(res['creation']) if not res['content']: - res['content'] = website.web_cache.get_html(res['name']) + res['content'] = website.web_cache.get_page_html(res['name']) res['content'] = split_blog_content(res['content']) res['content'] = res['content'][:1000]