Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions _includes/author-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
{%- include snippets/get-locale-string.html key='EMAIL_ME' -%}
{%- if _author.email -%}
<li title="{{ _locale_string_email }}">
<a class="button button--circle mail-button" itemprop="email" href="mailto:{{ _author.email }}" target="_blank">
<i class="fas fa-envelope"></i>
</a>
<a class="button button--circle mail-button" itemprop="email" href="mailto:{{ _author.email }}" target="_blank">
<i class="fas fa-envelope"></i>
</a>
</li>
{%- endif -%}


Expand Down
2 changes: 0 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
{%- include author-links.html author=_site_author -%}
</div>
</div>
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%}
{%- assign _locale_copyright_dates = __return -%}
<div class="site-info mt-2">
<div>
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%}
Expand Down
1 change: 1 addition & 0 deletions _sass/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
}

.navigation__item {
white-space: nowrap;
&::after {
display: block;
margin-bottom: -4px;
Expand Down