From 351174e4940e88d835cc3cc774786a68d9460500 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 efe631d5..0c66aa65 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -21,9 +21,7 @@ {% if site.search == true %} {% endif %}