File tree Expand file tree Collapse file tree 3 files changed +35
-4
lines changed
Expand file tree Collapse file tree 3 files changed +35
-4
lines changed Original file line number Diff line number Diff line change 1+ <nav>
2+ <div class="pager">
3+ {% if page.previous-page %}
4+ <div class="previous"><a href="{{ page.previous-page }}.html""><span aria-hidden="true">←</span> Previous</a></div>
5+ {% endif %}
6+ {% if page.next-page %}
7+ <div class="next"><a href="{{ page.next-page }}.html">Next <span aria-hidden="true">→</span></a></div>
8+ {% endif %}
9+ </div>
10+ </nav>
Original file line number Diff line number Diff line change 1+ < div class ="content-nav ">
2+ < div class ="inner-box sidebar-toc-wrapper " style ="">
3+ < h5 > Contents</ h5 >
4+ < div class ="inner-toc " id ="sidebar-toc ">
5+ {% include tutorial-tour-list.txt %}
6+ </ div >
7+ < hr >
8+ < div class ="help-us "> < a href ="/contribute/documentation/#updating-scala-langorg "> Problem with this page?< br > Please help us fix it!</ a > </ div >
9+ </ div >
10+ </ div >
Original file line number Diff line number Diff line change 11---
2- layout: inner-page-no-masthead
3- includeTOC: true
4- includeCollectionTOC: true
2+ layout: inner-page-parent
3+ permalink: /tutorials/:categories/:title/
54---
6- {{content}}
5+ < section class ="content ">
6+ < div class ="wrap ">
7+ < div class ="content-primary ">
8+ < div class ="inner-box ">
9+ {{content}}
10+ {% include pager.txt %}
11+ </ div >
12+ </ div >
13+
14+ <!-- TOC -->
15+ {% include tutorial-toc.html %}
16+ </ div >
17+ </ section >
You can’t perform that action at this time.
0 commit comments