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 4facf5b commit 02e296eCopy full SHA for 02e296e
_includes/topbar.html
@@ -17,7 +17,7 @@
17
{% if forloop.first %}
18
<span>
19
<a href="{{ '/' | relative_url }}">
20
- {{ site.data.locales[include.lang].tabs.home | capitalize }}
+ {{- site.data.locales[include.lang].tabs.home | capitalize -}}
21
</a>
22
</span>
23
@@ -30,8 +30,8 @@
30
31
{% elsif page.layout == 'category' or page.layout == 'tag' %}
32
33
- <a href="{{ item | relative_url }}">
34
- {{ site.data.locales[include.lang].tabs[item] | default: page.title }}
+ <a href="{{ item | append: '/' | relative_url }}">
+ {{- site.data.locales[include.lang].tabs[item] | default: page.title -}}
35
36
37
{% endif %}
0 commit comments