-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set variable for Letterbox user name
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,12 @@ eleventyNavigation: | |
|
||
<p>You can also contact me by pinging me or sending me a private mention on Mastodon at <a href="https://tech.lgbt/@helenclx">@[email protected]</a>.</p> | ||
|
||
{% set letterbirdUser = "helenchongdev" %} | ||
<section class="contact"> | ||
<script data-letterbirduser="helenchongdev" src="https://letterbird.co/embed/v1.js"></script> | ||
<script data-letterbirduser="{{ letterbirdUser }}" src="https://letterbird.co/embed/v1.js"></script> | ||
<noscript> | ||
<h3>You Have Disabled JavaScript</h3> | ||
<p>Looks like you have disabled JavaScript, preventing this contact form from being displayed on this page. You may visit <a href="https://letterbird.co/helenchongdev">my Letterbird contact form page</a> to reach out to me.</p> | ||
<p>Looks like you have disabled JavaScript, preventing this contact form from being displayed on this page. You may visit <a href="https://letterbird.co/{{ letterbirdUser }}">my Letterbird contact form page</a> to reach out to me.</p> | ||
</noscript> | ||
</section> | ||
|
||
|