Change encoded email address
This commit is contained in:
parent
c5b03ca684
commit
c8036930c3
|
@ -4,7 +4,7 @@ export const siteUrl = "https://" + siteDomain || "http://localhost:8080";
|
|||
export const siteAuthor = {
|
||||
name: "Leilukin",
|
||||
email: "contact@leilukin.com",
|
||||
emailEncoded: '<span class="email-encoded">contact@leilukin<b>.example</b>.com</span>',
|
||||
emailEncoded: '<span class="email-encoded">contact@leilukin<b>.mail</b>.com</span>',
|
||||
emailDecoyUrl: "emailme/",
|
||||
url: siteUrl + "/about"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue