File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
<link rel =" stylesheet" href =" tomorrow-night.css" >
22
22
23
23
{{ #previous }}
24
- <link rel =" prev" href =" {{ link }} #content" >
25
24
{{ /previous }}
26
25
27
26
{{ #next }}
28
- <link rel =" next" href =" {{ link }} #content" >
29
27
{{ /next }}
30
28
31
29
<!-- MathJax -->
80
78
81
79
<!-- Mobile navigation buttons -->
82
80
{{ #previous }}
83
- <a href =" {{ link }} " class =" mobile-nav-chapters previous" >
81
+ <a rel = " prev " href =" {{ link }} #content " class =" mobile-nav-chapters previous" >
84
82
<i class =" fa fa-angle-left" ></i >
85
83
</a >
86
84
{{ /previous }}
87
85
88
86
{{ #next }}
89
- <a href =" {{ link }} " class =" mobile-nav-chapters next" >
87
+ <a rel = " next " href =" {{ link }} #content " class =" mobile-nav-chapters next" >
90
88
<i class =" fa fa-angle-right" ></i >
91
89
</a >
92
90
{{ /next }}
You can’t perform that action at this time.
0 commit comments