|
@@ -136,6 +136,8 @@
|
|
|
|
|
|
a.textContent = content.title;
|
|
a.textContent = content.title;
|
|
a.href = content.URL;
|
|
a.href = content.URL;
|
|
|
|
+ a.setAttribute('target', '_blank');
|
|
|
|
+ a.setAttribute('rel', 'noopener noreferrer');
|
|
span.textContent = 'from ' + link.hostname;
|
|
span.textContent = 'from ' + link.hostname;
|
|
|
|
|
|
h2.appendChild(a);
|
|
h2.appendChild(a);
|