We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf13f62 commit c63e8f7Copy full SHA for c63e8f7
content/_index.html
@@ -16,7 +16,7 @@ <h1 class="display-2 fw-bold">Data Technology Research</h1>
16
Follow us on GitHub
17
</a>
18
19
- <a href="mailto:{{ .Site.Params.Email }}" class="btn btn-outline-secondary mx-1 my-2">
+ <a href="mailto:{{<email>}}" class="btn btn-outline-secondary mx-1 my-2">
20
<i class="bi bi-chat me-1"></i>
21
Reach out
22
layouts/shortcodes/email.html
@@ -0,0 +1 @@
1
+{{ .Site.Params.Email }}
0 commit comments