We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264def8 commit 7dc996cCopy full SHA for 7dc996c
_includes/header.html
@@ -42,7 +42,12 @@
42
</div>
43
44
{% endif %}
45
- <a class="page-link" href="/">
+ {% if page.lang == nil or page.lang == "" or page.lang == "en" %}
46
+ {% assign linktohome = "/" %}
47
+ {% else %}
48
+ {% assign linktohome = "/" | append: page.lang | append: "/" %}
49
+ {% endif %}
50
+ <a class="page-link" href="{{ linktohome }}">
51
<img src="/attachment/icons/128x128/apps/qubes-logo-icon.png" width="44" height="44" alt="Qubes OS Project">
52
<span><strong>Qubes</strong> OS</span>
53
</a>
0 commit comments