diff options
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/_includes/header.html b/_includes/header.html index 31e1fd2..30fcdac 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -22,15 +22,6 @@ </button> <div class="collapse navbar-collapse text-right" id="navbarNav"> <ul class="navbar-nav ml-auto flex-nowrap"> - <!-- About --> - <li class="nav-item {% if page.title == 'about' %}active{% endif %}"> - <a class="nav-link" href="{{ '/' | relative_url }}"> - about - {% if page.title == "about" %} - <span class="sr-only">(current)</span> - {% endif %} - </a> - </li> {% if site.blog_name %} <!-- Blog --> <li class="nav-item {% if page.url contains 'blog' %}active{% endif %}"> |