diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-02 01:01:31 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-02 01:01:31 -0500 |
| commit | 1e506c081a80cd339bed23035314e05265664434 (patch) | |
| tree | ba75f41992f0e9bb6e58315bc9a7d74e0c42539d | |
| parent | 39ec350b1aaf85457e230eea929f75c77417983d (diff) | |
add stub LinkedIn profile to help mitigate fraud
| -rw-r--r-- | static/contact.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/contact.html b/static/contact.html index 55720bdb..1ee3ee52 100644 --- a/static/contact.html +++ b/static/contact.html @@ -209,7 +209,8 @@ "sameAs": [ "https://twitter.com/DanielMicay", "https://github.com/thestinger", - "https://reddit.com/u/DanielMicay" + "https://reddit.com/u/DanielMicay", + "https://www.linkedin.com/in/danielmicay/" ] } } |
