diff --git a/raggregate/templates/base/story_item.mak b/raggregate/templates/base/story_item.mak index 17ce901..04a7d13 100644 --- a/raggregate/templates/base/story_item.mak +++ b/raggregate/templates/base/story_item.mak @@ -24,6 +24,8 @@ vote_dict = pageargs['vote_dict']
% if s.self_post == True: ${s.title} (self)
+ ## on the story list page, take users to the comments section instead of the direct url. + ## this template is used on other pages to take users directly to the URL, so we have to special case. % elif request.route_url('post') in request.url or request.route_url('home') == request.url: ${s.title} (${s.get_domain_name()})
% else: