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 dbff3b4 commit 4da83d1Copy full SHA for 4da83d1
_includes/header.html
@@ -34,7 +34,12 @@
34
</div>
35
36
{% endif %}
37
- <a class="page-link" href="/">
+ {% if page.lang == nil or page.lang == "" or page.lang == "en" %}
38
+ {% assign linktohome = "/" %}
39
+ {% else %}
40
+ {% assign linktohome = "/" | append: page.lang | append: "/" %}
41
+ {% endif %}
42
+ <a class="page-link" href="{{ linktohome }}">
43
<img src="/attachment/icons/128x128/apps/qubes-logo-icon.png" width="44" height="44" alt="Qubes OS Project">
44
<span><strong>Qubes</strong> OS</span>
45
</a>
0 commit comments