added ref to mailgo by

This commit is contained in:
Matteo Manzinello
2019-05-22 12:12:01 +02:00
parent 40d430c065
commit e744b703c0
3 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ const mailgoInit = () => {
// by
let by = document.createElement("a");
by.href = "https://mailgo.js.org";
by.href = "https://mailgo.js.org?ref=" + window.location.hostname;
by.className = "mailgo-by";
by.target = "_blank";
by.rel = "noopener noreferrer";