From 3fe1c9986172d732f05f4d35be00b9952dab64a0 Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Wed, 23 Jun 2021 08:06:03 -0400 Subject: [PATCH] feat: Search icon in masthead is a Font Awesome icon. (#2774) * feat: Allow search icon in masthead to be set to a Font Awesome icon. * fix indentations * Users wishing to avoid FontAwesome should override _includes/masthead.html --- _includes/masthead.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index efe631d50d1e..0c66aa65a4fd 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -21,9 +21,7 @@ {% if site.search == true %} {% endif %}