parent
e22cae6459
commit
ec5821f76d
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…
Reference in New Issue
Block a user