Skip to content

Commit

Permalink
Fix navigation link of website logo
Browse files Browse the repository at this point in the history
Signed-off-by: Sakiko <[email protected]>
  • Loading branch information
togawa-sakiko committed Mar 9, 2024
1 parent 94a4501 commit 11a5162
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 11a5162

Please sign in to comment.