From 9c1d0dd3041f1a062f2d9708c0dc6eaa7f089c80 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 12 Mar 2011 15:45:53 +0100 Subject: Calculate the number of comments for each article. Add Google Code Prettify. --- templates/article.html | 4 +++- templates/journal_page.html | 7 +++++-- templates/page_skeleton.html | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/article.html b/templates/article.html index 61cc9de..8be086b 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,4 +1,5 @@
+

{title|html}

@@ -32,10 +33,11 @@ {comments-label|html}
+
{.section commentary} -
+

{comments-heading|html}

{.repeated section comments} diff --git a/templates/journal_page.html b/templates/journal_page.html index d567d2f..828ec31 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -1,6 +1,9 @@ {.section head} - + + + + {.end} {.section body} diff --git a/templates/page_skeleton.html b/templates/page_skeleton.html index daa8781..842b617 100644 --- a/templates/page_skeleton.html +++ b/templates/page_skeleton.html @@ -8,7 +8,7 @@ {head} - + {body} -- cgit v1.2.3