From e10b558f345f08f587e8140ad923888145ca67ed Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 21 Jan 2019 12:55:01 -0600 Subject: [PATCH] Update menu.html to include the check icon I'm seeing issues where the check icon is not rendered. It seems like it this `` element was mistakenly missing the additional class required in order for it to actually render the font-awesome check icon. So, I added the `fa-check` class locally and now it works as expected. --- layouts/partials/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 3a40932164..2a90520612 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -105,7 +105,7 @@ {{safeHTML .Params.Pre}}{{or .Params.menuTitle .LinkTitle .Title}}{{safeHTML .Params.Post}} {{ if $showvisitedlinks}} - + {{ end }} {{ $numberOfPages := (add (len .Pages) (len .Sections)) }}