diff options
| author | Fuwn <[email protected]> | 2025-05-12 00:01:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-12 00:01:45 -0700 |
| commit | d77c5f0f8e07651b656d5dc9ad7a777a565f1b7b (patch) | |
| tree | 3782e882bd80188a04d4887871c4890367af9514 /content/json | |
| parent | feat(blog): Change post metadata display format (diff) | |
| download | locus-d77c5f0f8e07651b656d5dc9ad7a777a565f1b7b.tar.xz locus-d77c5f0f8e07651b656d5dc9ad7a777a565f1b7b.zip | |
feat(contact): Obfuscate email address
Diffstat (limited to 'content/json')
| -rw-r--r-- | content/json/contacts.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/json/contacts.json b/content/json/contacts.json index b387821..d63c7cd 100644 --- a/content/json/contacts.json +++ b/content/json/contacts.json @@ -1,8 +1,8 @@ { - "Other": { + "Related Resources": { "GitHub": "https://github.com/Fuwn" }, - "Email": { - "[email protected]": "mailto:[email protected]" + "Electronic Mail": { + "contact at fuwn dot me": "" } } |