Skip to content

Commit

Permalink
[SKIP] Remove unused nav bar elements that are not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Feb 22, 2024
1 parent 0dacf6e commit 1d9e5aa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,6 @@
class="active"
{% endif %}
href="{{"tags/books.html" | relative_url }}">Book club</a>
<a {% if page.tab == "tech" %}
class="active"
{% endif %}
style="display: none;"
href="#">Tech posts</a>
<a {% if page.tab == "math" %}
class="active"
{% endif %}
style="display: none;"
href="#">Math posts</a>
<a {% if page.tab == "projects" %}
class="active"
{% endif %}
style="display: none;"
href="{{"projects.html" | relative_url}}">Projects</a>
<a {% if page.tab == "about" %}
class="active"
{% endif %}
Expand Down

0 comments on commit 1d9e5aa

Please sign in to comment.