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:
benjamin melançon 2018-11-12 00:05:41 -05:00
parent c1edb1186e
commit 9f4782d5c4

View file

@ -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