chore: debug
This commit is contained in:
parent
6e366c0fe5
commit
4f238dbb5f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ description: How to contact me.
|
||||||
<li>File an issue on the appropriate repo over at <a href="https://github.com/cdransf">GitHub</a></li>
|
<li>File an issue on the appropriate repo over at <a href="https://github.com/cdransf">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form onsubmit="if (typeof plausible === 'function') { plausible('Contact form submitted', { props: { name: this.name.value, email: this.email.value, message: this.message.value } }) }" class="column" method="POST" action="https://coryd.dev/api/contact" name="contact">
|
<form class="column" method="POST" action="https://coryd.dev/api/contact" name="contact">
|
||||||
<label class="hidden">
|
<label class="hidden">
|
||||||
Don't fill this out if you're human: <input type="text" name="hp_name">
|
Don't fill this out if you're human: <input type="text" name="hp_name">
|
||||||
</label>
|
</label>
|
||||||
|
|
Reference in a new issue