Thanks to visit codestin.com Credit goes to github.com
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 14106cc commit 3ddfa07Copy full SHA for 3ddfa07
_includes/sidebar-toc-tour-overview.html
@@ -35,8 +35,7 @@ <h5 class="contents">Contents</h5>
35
<ul id="available-languages" style="display: none;">
36
<li><a href="{{ site.baseurl }}{{ page.url }}">English</a></li>
37
{% for l in site.data.translations.tour.languages %}
38
- {% capture intermediate %}{{ page.url | remove_first: l }}{% endcapture %}
39
- {% capture rootTutorialURL %}{{ intermediate | remove_first: '/' }}{% endcapture %}
+ {% capture rootTutorialURL %}{{ page.url | remove_first: '/' }}{% endcapture %}
40
{% assign lang = site.data.languages[l] %}
41
<li><a href="{{ site.baseurl }}/{{ l }}/{{ rootTutorialURL }}" class="lang">{{ lang.name }}</a></li>
42
{% endfor %}
0 commit comments