Skip to content

Commit

Permalink
trying to add a new navbar item
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillasr committed Oct 2, 2023
1 parent 1c44d27 commit 2b0381f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
href="{% if page.layout == 'default' %}{{site.url}}{{site.baseurl}}/#{% else %}{{site.url}}{{site.baseurl}}/{% endif %}">HOME</a>
<a class="navbar-item" href="{{site.url}}{{site.baseurl}}/#about">ABOUT</a>
<a class="navbar-item" href="{{site.url}}{{site.baseurl}}/#contact">CONTACT</a>
<a class="navbar-item" href="{{site.url}}{{site.baseurl}}/#research">RESEARCH</a>
<a class="navbar-item {% if page.layout == 'blog' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/blog">BLOG</a>
{% include dropdown.html %}
Expand Down

0 comments on commit 2b0381f

Please sign in to comment.