diff --git a/templates/main.html b/templates/main.html
index 815ab034..0a648aa8 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -85,7 +85,10 @@
var res = '';
for(var i=0,n=authors.length;i' + authors[i] + '';
+ var node = document.createElement('a');
+ node.setAttribute('href', link);
+ node.textContent = authors[i];
+ res += node.outerHTML;
if(i' + tags[i] + '';
+ var node = document.createElement('a');
+ node.setAttribute('href', link);
+ node.textContent = tags[i];
+ res += node.outerHTML;
if(i