Changed some fonts and fix missing email icon

This commit is contained in:
2024-04-03 22:57:15 +00:00
parent 9a5082be16
commit 477c178ca1
18 changed files with 153 additions and 49 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
{%- 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>
<div class="icon">{%- include svg/icon/social/mail.svg -%}</div>
</a>
{%- endif -%}