made header logo only disappear on landing page (#316)

This commit is contained in:
ryangrahamnc 2017-05-23 14:17:30 -04:00 committed by Martin Taillefer
parent df7666a93f
commit 9153574815
2 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,14 @@
{% assign current = page.url | downcase | split: '/' %}
{% if page.url == "/true-index.html" or page.url == "/index.html" or page.url == "/" %}
<style type="text/css">
/* hides the logo in the topleft on the landing page */
.navbar-header .navbar-brand{
display:none !important;
}
</style>
{% endif %}
<nav id="header-nav" class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="row">

View File

@ -1,8 +1,3 @@
/* hides the logo in the topleft on the landing page */
.navbar-header .navbar-brand{
display:none !important;
}
.landing {
.nav-hero-container{
color:white;