From f6baa4d9388c3b2a7f788c69892795501f2f4686 Mon Sep 17 00:00:00 2001 From: Jay Vercellone Date: Thu, 9 Jun 2022 19:26:35 -0700 Subject: [PATCH] Make the e-mail social button match the rest This change renders the `mail` icon in the author links section, to avoid having a blank icon. --- _includes/author-links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-links.html b/_includes/author-links.html index 5ddc78a57ed..7b306a7e4df 100644 --- a/_includes/author-links.html +++ b/_includes/author-links.html @@ -23,7 +23,7 @@ {%- if _author.email -%}
  • - +
    {%- include svg/icon/social/mail.svg -%}
    {%- endif -%}