Skip to content

Commit

Permalink
Wrap feature flag correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfr <[email protected]>
  • Loading branch information
Wolfr committed Feb 8, 2019
1 parent dc8e002 commit f54a47b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/templates/styleguide/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f54a47b

Please sign in to comment.