Skip to content

Commit

Permalink
removing the white blob in header bar of publication pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ushasigh committed Aug 29, 2024
1 parent c79900c commit 1f054ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<a title="{%- if site.description -%}{{ site.description }}{%- endif -%}" href="{{ __return }}" style="color: white; margin-left: 5px;">{{ site.title }}</a>
{%- endif -%}
</div>
<button class="nav-bar-toggle button" onclick="document.getElementsByClassName('navigation')[0].classList.toggle('collapsed')" style="margin-left: 5px;">
<span class="icon">{%- include svg/icon/menu.svg -%}</span>
</button>

</div>
{%- if site.data.navigation.header -%}
<nav class="navigation collapsed" style="margin-top: 2px;">
Expand Down

0 comments on commit 1f054ea

Please sign in to comment.