Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
junsan1 committed Jun 24, 2024
1 parent 16a138d commit 9dbb89c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</button>
<nav>
<ul>
<li><a href="{{ page.lang | prepend: '/' | relative_url }}">{{ locale.home | default: "Home" }}</a></li>
<li><a href="{{ 'software' | prepend: '/' | prepend: page.lang | prepend: '/' | relative_url }}">{{ locale.software | default: "Software" }}</a></li>
<li><a href="{{ 'brokers' | prepend: '/' | prepend: page.lang | prepend: '/' | relative_url }}">{{ locale.brokers | default: "Brokers" }}</a></li>
<li><a href="{{ 'algopedia' | prepend: '/' | prepend: page.lang | prepend: '/' | relative_url }}">{{ locale.algopedia | default: "Algopedia" }}</a></li>
<li><a href="/{{ page.lang }}">{{ locale.home | default: "Home" }}</a></li>
<li><a href="{{ '/software' | prepend: '/' | prepend: page.lang | relative_url }}">{{ locale.software | default: "Software" }}</a></li>
<li><a href="/{{ page.lang }}/brokers">{{ locale.brokers | default: "Brokers" }}</a></li>
<li><a href="{{ base_url }}pedia">{{ locale.algopedia | default: "Algopedia" }}</a></li>
</ul>
</nav>
<div class="language-selector">
Expand Down

0 comments on commit 9dbb89c

Please sign in to comment.