mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
feat: add dedicated email address
This commit is contained in:
@@ -40,8 +40,8 @@ if ('querySelector' in document && 'localStorage' in window && 'addEventListener
|
||||
event.preventDefault();
|
||||
|
||||
link.classList.remove('objuscated');
|
||||
link.text = 'hey@imhoff.name';
|
||||
link.href = 'mailto:hey@imhoff.name';
|
||||
link.text = 'hey@kogakure.de';
|
||||
link.href = 'mailto:hey@kogakure.de';
|
||||
|
||||
if (lock) {
|
||||
lock.classList.remove('hidden');
|
||||
|
||||
@@ -117,7 +117,7 @@ module.exports = {
|
||||
<a
|
||||
title="${downloadText}"
|
||||
aria-label="${downloadText}"
|
||||
href="https://www.stefanimhoff.de/downloads/publickey.hey@imhoff.name-9cb867d4ccd2c1d7d9fde82f4b649797f3e007a9.asc"
|
||||
href="https://www.stefanimhoff.de/downloads/publickey.hey@stefanimhoff.de-9cb867d4ccd2c1d7d9fde82f4b649797f3e007a9.asc"
|
||||
>
|
||||
<svg class="lock-icon" aria-hidden="true" viewBox="0 0 24 24" width="1em" height="1em">
|
||||
<use xlink:href="#lock"></use>
|
||||
|
||||
Reference in New Issue
Block a user