parent
e22cae6459
commit
ec5821f76d
1 changed files with 2 additions and 2 deletions
4
docs/theme/index.hbs
vendored
4
docs/theme/index.hbs
vendored
|
@ -205,13 +205,13 @@
|
|||
<div class="nav-wrapper">
|
||||
<div class="nav-buttons">
|
||||
{{#previous}}
|
||||
<a rel="prev" href="{{ path_to_root }}/{{link}}" class="nav-button" title="{{title}}" aria-label="Previous chapter">
|
||||
<a rel="prev" href="{{ path_to_root }}{{link}}" class="nav-button" title="{{title}}" aria-label="Previous chapter">
|
||||
<i class="fa fa-angle-left"></i>
|
||||
</a>
|
||||
{{/previous}}
|
||||
|
||||
{{#next}}
|
||||
<a rel="next" href="{{ path_to_root }}/{{link}}" class="nav-button" title="{{title}}" aria-label="Next chapter">
|
||||
<a rel="next" href="{{ path_to_root }}{{link}}" class="nav-button" title="{{title}}" aria-label="Next chapter">
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
{{/next}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue