Skip to content

Commit 2e70557

Browse files
Fix newline
1 parent c629340 commit 2e70557

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_includes/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ <h4>{{ site.heading }}</h4>
8989
<a href="{{ site.social.linkedin }}" target="_blank" class="navbar-item" data-umami-event="social-linkedin">
9090
LinkedIn
9191
</a>
92-
<a href="mailto:{{ site.social.email }}" class="navbar-item" data-umami-event="social-email"> Email
92+
<a href="mailto:{{ site.social.email }}" class="navbar-item" data-umami-event="social-email">
93+
Email
9394
</a>
9495
</div>
9596
<div class="navbar-end is-hidden-mobile">

0 commit comments

Comments
 (0)