diff --git a/config/data/author-map.js b/config/data/author-map.js index 6014fbcc..f287138b 100644 --- a/config/data/author-map.js +++ b/config/data/author-map.js @@ -1,4 +1,5 @@ export default { + "https://adamjones.me": "Adam Jones", "https://janmaarten.com": "Jan Maarten", "https://sheep.horse": "Andrew Stephens", "https://nautil.us": "Nautilus", diff --git a/src/links/2024/2024-05-04-no-i-dont-want-to-fill-out-your-contact-form.md b/src/links/2024/2024-05-04-no-i-dont-want-to-fill-out-your-contact-form.md new file mode 100644 index 00000000..12b47331 --- /dev/null +++ b/src/links/2024/2024-05-04-no-i-dont-want-to-fill-out-your-contact-form.md @@ -0,0 +1,7 @@ +--- +title: "No, I don’t want to fill out your contact form" +date: "2024-05-04T12:43:09-07:00" +tags: ['tech'] +description: "Contact forms are almost always worse for users than just putting an email on your website. I explore why they’re terrible, why you’ve done it anyway, and what to do about it." +link: "https://adamjones.me/blog/dont-use-contact-forms/" +--- \ No newline at end of file