Skip to content

Commit

Permalink
fixed contact url
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarolan committed Sep 4, 2024
1 parent fd7ac1e commit 4c82ae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion content/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ menu: main
---



{{< form-contact action="https://formspree.io/f/mjkblqdz" >}}
7 changes: 3 additions & 4 deletions public/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<meta itemprop="name" content="Contact">
<meta itemprop="description" content="We&#39;d love to hear from you">

<meta itemprop="wordCount" content="50">
<meta itemprop="wordCount" content="10">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Contact"/>
<meta name="twitter:description" content="We&#39;d love to hear from you"/>

Expand Down Expand Up @@ -144,11 +144,10 @@ <h1 class="f1">
</h1>
</header>
<div class="nested-copy-line-height lh-copy f4 nested-links mid-gray">
<p>This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out <a href="https://formspree.io/">Formspree</a> for a simple, free form service.</p>




<form class="black-80 sans-serif" accept-charset="UTF-8" action="https://example.com" method="POST" role="form">
<form class="black-80 sans-serif" accept-charset="UTF-8" action="https://formspree.io/f/mjkblqdz" method="POST" role="form">

<label class="f6 b db mb1 mt3 sans-serif mid-gray" for="name">Your Name</label>
<input type="text" id="name" name="name" class="w-100 f5 pv3 ph3 bg-light-gray bn" required placeholder=" " aria-labelledby="name"/>
Expand Down
2 changes: 1 addition & 1 deletion public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<link>http://localhost:1313/contact/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/contact/</guid>
<description>This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out Formspree for a simple, free form service.&#xA;Your Name Email Address An email address is required. Message </description>
<description> Your Name Email Address An email address is required. Message </description>
</item>
</channel>
</rss>

0 comments on commit 4c82ae8

Please sign in to comment.