Skip to content

Commit c63e8f7

Browse files
committed
Fix reach out button
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent cf13f62 commit c63e8f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="display-2 fw-bold">Data Technology Research</h1>
1616
Follow us on GitHub
1717
</a>
1818

19-
<a href="mailto:{{ .Site.Params.Email }}" class="btn btn-outline-secondary mx-1 my-2">
19+
<a href="mailto:{{<email>}}" class="btn btn-outline-secondary mx-1 my-2">
2020
<i class="bi bi-chat me-1"></i>
2121
Reach out
2222
</a>

layouts/shortcodes/email.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ .Site.Params.Email }}

0 commit comments

Comments
 (0)