been a while since we stopped using hashes

This commit is contained in:
Barış Soner Uşaklı
2015-03-17 13:15:36 -04:00
parent 56ed6d2112
commit 839dd72a05

View File

@@ -84,7 +84,7 @@ function generateForTopic(req, res, next) {
feed.item({
title: 'Reply to ' + topicData.title + ' on ' + dateStamp,
description: postData.content,
url: nconf.get('url') + '/topic/' + topicData.slug + '#' + postData.pid,
url: nconf.get('url') + '/topic/' + topicData.slug + '/' + postData.index,
author: postData.username,
date: dateStamp
});