Skip to content

Commit

Permalink
Update navigation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kayaelle committed Apr 24, 2024
1 parent 6a283eb commit 1b37020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a class="nav-link dropdown-toggle" href="{{ site.baseurl }}{{ item.url }}" data-bs-toggle="dropdown">{{ item.page }}</a>
<ul class="dropdown-menu">
{% for entry in site.data.stakeholders-list.stakeholders %}
<li><a class="dropdown-item" href="{{ site.baseurl }}/stakeholder/{{ entry.url }}"><img src="{{ base }}/images/{{ entry.icon }}" loading="lazy" alt="{{ entry.icon-alt }}" class="w-25"/>{{ entry.name}}</a></li>
<li><a class="dropdown-item" href="/stakeholder/{{ entry.url }}"><img src="{{ base }}/images/{{ entry.icon }}" loading="lazy" alt="{{ entry.icon-alt }}" class="w-25"/>{{ entry.name}}</a></li>
{% endfor %}
</ul>
</li>
Expand All @@ -44,4 +44,4 @@
</ul>
</div>
</div>
</nav>
</nav>

0 comments on commit 1b37020

Please sign in to comment.