File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 205
205
<div class =" nav-wrapper" >
206
206
<div class =" nav-buttons" >
207
207
{{ #previous }}
208
- <a rel =" prev" href =" {{ path_to_root }} / {{ link }} " class =" nav-button" title =" {{ title }} " aria-label =" Previous chapter" >
208
+ <a rel =" prev" href =" {{ path_to_root }}{{ link }} " class =" nav-button" title =" {{ title }} " aria-label =" Previous chapter" >
209
209
<i class =" fa fa-angle-left" ></i >
210
210
</a >
211
211
{{ /previous }}
212
212
213
213
{{ #next }}
214
- <a rel =" next" href =" {{ path_to_root }} / {{ link }} " class =" nav-button" title =" {{ title }} " aria-label =" Next chapter" >
214
+ <a rel =" next" href =" {{ path_to_root }}{{ link }} " class =" nav-button" title =" {{ title }} " aria-label =" Next chapter" >
215
215
<i class =" fa fa-angle-right" ></i >
216
216
</a >
217
217
{{ /next }}
You can’t perform that action at this time.
0 commit comments