]> git.zarvox.org Git - shortlog.git/commitdiff
Modify multiday template to link to comment section of individual posts.
authorDrew Fisher <drew.m.fisher@gmail.com>
Thu, 6 Jan 2011 19:56:24 +0000 (13:56 -0600)
committerDrew Fisher <drew.m.fisher@gmail.com>
Thu, 6 Jan 2011 19:56:24 +0000 (13:56 -0600)
templates/multiday.html

index b9fc9c70c5b8e84d92ec1676bee70db9f286740b..137ba83bce0ee7e6afc096752f1eef1dcd72adee 100644 (file)
@@ -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>