update webpage name to be much longer, remove .html from links and refactor newsletter layout

This commit is contained in:
Rushabh Mehta
2013-01-01 10:55:58 +05:30
parent 6072a682bc
commit 5f183982cd
4 changed files with 45 additions and 39 deletions

View File

@@ -53,7 +53,7 @@ var blog = {
b.comment_text = b.comments + ' comments.'
}
$(repl('<h2><a href="%(page_name)s.html">%(title)s</a></h2>\
$(repl('<h2><a href="%(page_name)s">%(title)s</a></h2>\
<div class="help">%(comment_text)s</div>\
%(content)s<br />\
<p><a href="%(page_name)s">Read with comments...</a></p>\