diff --git a/templates/package.julius b/templates/package.julius index 32e1dc4..001b283 100644 --- a/templates/package.julius +++ b/templates/package.julius @@ -79,7 +79,7 @@ $(function(){ if (!tags[normalized]) { var tag = $(''); - tag.find('a').text(normalized); + tag.find('a').text(normalized).attr('href','/tag/' + normalized); $('.tags').prepend(', '); $('.tags').prepend(tag); }