changeset 44:40c7d80df969

story: don't display comment count + link
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sun, 15 Feb 2009 19:13:13 -0500
parents 2ddb3871e298
children d56d766e0ff6
files html.c templates/story-bottom-short.html
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/html.c	Sun Feb 15 19:09:22 2009 -0500
+++ b/html.c	Sun Feb 15 19:13:13 2009 -0500
@@ -72,7 +72,7 @@
 
 	cat_post(post);
 
-	cat(post, NULL, "templates/story-bottom.html", NULL);
+	cat(post, NULL, "templates/story-bottom-short.html", NULL);
 }
 
 /************************************************************************/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/story-bottom-short.html	Sun Feb 15 19:13:13 2009 -0500
@@ -0,0 +1,7 @@
+	</div>
+
+	<div class="feedback">
+	</div>
+
+</div>
+