From: Drew Fisher <drew.m.fisher@gmail.com>
Date: Thu, 6 Jan 2011 19:56:24 +0000 (-0600)
Subject: Modify multiday template to link to comment section of individual posts.
X-Git-Url: https://git.zarvox.org/?a=commitdiff_plain;h=6c3c297bf7b72f5919264c276e3d26cdd0599dd1;p=shortlog.git

Modify multiday template to link to comment section of individual posts.
---

diff --git a/templates/multiday.html b/templates/multiday.html
index b9fc9c7..137ba83 100644
--- a/templates/multiday.html
+++ b/templates/multiday.html
@@ -16,7 +16,7 @@ $#  comment count)
 $notes
 $for i in xrange(len(entries)):
 	<div>
-	<h3><a href="/shortlog/$entries[i][0]">$entries[i][0]</a> | $entries[i][2] comments</h3>
+	<h3><a href="/shortlog/$entries[i][0]">$entries[i][0]</a> | <a href="/shortlog/$entries[i][0]#comments">$entries[i][2] comments</a></h3>
 	$for sec in entries[i][1]:
 		$:sec
 	</div>