Skip to content

Commit

Permalink
Fix e-mail links
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Oct 1, 2024
1 parent 28737f2 commit 48781c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="display-6 fw-bold">Space-efficient data transfer for Robotics, IoT, a

<div class="mt-4">
<a class="btn btn-outline-dark font-monospace me-2" href="https://jsonbinpack.sourcemeta.com" role="button">Read more</a>
<a class="btn btn-dark font-monospace" href="mailto:{{ .Site.Params.Email }}" role="button">Book a demo</a>
<a class="btn btn-dark font-monospace" href="mailto:{{<email>}}" role="button">Book a demo</a>
</div>
</div>
<div class="col-12 col-xl-7 mb-3 mb-xl-0">
Expand Down Expand Up @@ -85,7 +85,7 @@ <h2 class="display-6 fw-bold">Nano-second input data validation for APIs</h2>

<div class="mt-4">
<a class="btn btn-outline-dark font-monospace me-2" href="https://github.com/sourcemeta/jsontoolkit" role="button">Read more</a>
<a class="btn btn-dark font-monospace" href="mailto:{{ .Site.Params.Email }}" role="button">Book a demo</a>
<a class="btn btn-dark font-monospace" href="mailto:{{<email>}}" role="button">Book a demo</a>
</div>
</div>
<div class="col-12 col-xl-7 mb-3 mb-xl-0">
Expand Down

0 comments on commit 48781c6

Please sign in to comment.