From f54a47b756a8cb56b720cf4c2f9b87a1ebb8c05d Mon Sep 17 00:00:00 2001 From: Wolfr Date: Fri, 8 Feb 2019 22:15:58 +0100 Subject: [PATCH] Wrap feature flag correctly Signed-off-by: Wolfr --- core/templates/styleguide/index.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/styleguide/index.pug b/core/templates/styleguide/index.pug index 954f2cef..22a71b5d 100644 --- a/core/templates/styleguide/index.pug +++ b/core/templates/styleguide/index.pug @@ -11,9 +11,9 @@ block body unless styleguideHideBrand h1.br-styleguide-brand-heading(class=styleguideBrandClass) a.br-reset-link-styling(href="/styleguide" class=styleguideResetLinkStylingClass) #{projectTitle} - - .br-styleguide-search - if config.styleguide.search + + if config.styleguide.search + .br-styleguide-search input#styleguideSearch(type="search" placeholder="Search components..." class=styleguideInputClass) .br-styleguide-navigation-holder