File tree Expand file tree Collapse file tree 5 files changed +563
-4
lines changed Expand file tree Collapse file tree 5 files changed +563
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h5 class="contents">Contents</h5>
2727 < ul id ="available-languages " style ="display: none; ">
2828 < li > < a href ="{{ site.baseurl }}{{ page.url }} "> English</ a > </ li >
2929 {% for l in page.languages %}
30- {% capture intermediate %}{{ page.url | remove_first: l }}{% endcapture %}
30+ {% capture intermediate %}{{ page.url }}{% endcapture %}
3131 {% capture rootTutorialURL %}{{ intermediate | remove_first: '/' }}{% endcapture %}
3232 {% assign lang = site.data.languages[l] %}
3333 < li > < a href ="{{ site.baseurl }}/{{ l }}/{{ rootTutorialURL }} " class ="lang "> {{ lang.name }}</ a > </ li >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <h5 class="contents">Contents</h5>
77 < ul id ="available-languages " style ="display: none; ">
88 < li > < a href ="{{ site.baseurl }}{{ page.url }} "> English</ a > </ li >
99 {% for l in page.languages %}
10- {% capture intermediate %}{{ page.url | remove_first: l }}{% endcapture %}
10+ {% capture intermediate %}{{ page.url }}{% endcapture %}
1111 {% capture rootTutorialURL %}{{ intermediate | remove_first: '/' }}{% endcapture %}
1212 {% assign lang = site.data.languages[l] %}
1313 < li > < a href ="{{ site.baseurl }}/{{ l }}/{{ rootTutorialURL }} " class ="lang "> {{ lang.name }}</ a > </ li >
You can’t perform that action at this time.
0 commit comments