diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-16 23:49:26 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-16 23:49:26 -0600 |
commit | 920b3800f29e13db6b00cfadb93481352f767a47 (patch) | |
tree | cbebd980f922156c247684138550e3539a32e53e | |
parent | ba83169e8d80c3026b728dd0c4c63f6b8f8e442f (diff) |
Remove unneeded Generation of "About" for myself
I do not need it because my name is a button which redirects to the
base of the page itself.
-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 %}"> |