Skip to content

Commit

Permalink
Use email parameter in contact shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger authored Aug 28, 2024
1 parent 870bb21 commit 305f8da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/shortcodes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h3>{{ title }}</h3>
-->
<div class="flex flex-row space-x-2 my-4">
<i class="fa-solid fa-envelope fa-fw pt-1"></i>
<a href="mailto:[email protected]" class="text-sm">
[email protected]
<a href="mailto:{{ email }}" class="text-sm">
{{ email }}
</a>
</div>
<!--
Expand All @@ -24,4 +24,3 @@ <h3>{{ title }}</h3>
</span>
</div>
-->

0 comments on commit 305f8da

Please sign in to comment.