Remove incorrectly hard-coded transparent-header class
@cedewey - this is created in JavaScript from the data-headerbg attribute and should never have been hardcoded— certainly not without a TODO remove in the source.
This commit is contained in:
parent
c1edb1186e
commit
9f4782d5c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% if page.navbar_branding or page.navbar_social or page.primary_menu %}
|
||||
{# Top navbar #}
|
||||
<div class="is-fixed">
|
||||
<nav id="navbar" class="navbar transparent-header">
|
||||
<nav id="navbar" class="navbar">
|
||||
<div class="navbar-brand">
|
||||
{% if page.navbar_branding %}
|
||||
{# TODO: remove this link if is_front and *probably* add visually-hidden h1
|
||||
|
|
Loading…
Reference in a new issue