Skip to content

Commit

Permalink
closes #1668
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Jun 11, 2014
1 parent b5a06e5 commit eeabae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controllers/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ topicsController.get = function(req, res, next) {
{
rel: 'up',
href: nconf.get('url') + '/category/' + topicData.category.slug
},
{
rel: 'canonical',
href: nconf.get('url') + '/topic/' + topicData.slug
}
];

Expand Down

0 comments on commit eeabae5

Please sign in to comment.