Skip to content

Commit

Permalink
Merge pull request #707 from togawa-sakiko/main
Browse files Browse the repository at this point in the history
Fix navigation link of website logo
  • Loading branch information
stgraber committed Mar 9, 2024
2 parents 98d71ab + 2f98adf commit 5ab3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/header.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="p-navigation__row">
<div class="p-navigation__banner">
<div class="p-navigation__logo">
<a class="p-navigation__item" href="/">
<a class="p-navigation__item" href="/{{ page_language[0] }}/">
<img class="p-navigation__image" src="/static/img/containers.small.png" alt="Linux containers logo" border="0" />
</a>
</div>
Expand Down

0 comments on commit 5ab3fb9

Please sign in to comment.