Skip to content

Commit

Permalink
Correctly fix homepage link for header image
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy authored and Andygol committed Nov 6, 2023
1 parent 7cbdc69 commit 8974937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ul class="header-item-container">
<li class="header-item-title header-toggle "><a href="#menu"><h2><i class="fa fa-bars"></i></h2></a> </li>
<li class="header-item-title">
<a href="{{ site.url }}" class="title" > <b>Switch2<span class="secondary">OSM</span></b></a>
<a href="{% link index.html %}" class="title" > <b>Switch2<span class="secondary">OSM</span></b></a>
</li>
{% for menu in site.menu reversed %}
{% assign class = nil %}
Expand Down

0 comments on commit 8974937

Please sign in to comment.