File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 183
183
184
184
<nav class =" nav-wide-wrapper" aria-label =" Page navigation" >
185
185
{{ #previous }}
186
- <a href =" {{ path_to_root }}{{ link }} " class =" nav-chapters previous" title =" Previous chapter" aria-label =" Previous chapter" aria-keyshortcuts =" Left" >
186
+ <a rel = " prev " href =" {{ path_to_root }}{{ link }} " class =" nav-chapters previous" title =" Previous chapter" aria-label =" Previous chapter" aria-keyshortcuts =" Left" >
187
187
<i class =" fa fa-angle-left" ></i >
188
188
</a >
189
189
{{ /previous }}
190
190
191
191
{{ #next }}
192
- <a href =" {{ path_to_root }}{{ link }} " class =" nav-chapters next" title =" Next chapter" aria-label =" Next chapter" aria-keyshortcuts =" Right" >
192
+ <a rel = " next " href =" {{ path_to_root }}{{ link }} " class =" nav-chapters next" title =" Next chapter" aria-label =" Next chapter" aria-keyshortcuts =" Right" >
193
193
<i class =" fa fa-angle-right" ></i >
194
194
</a >
195
195
{{ /next }}
You can’t perform that action at this time.
0 commit comments