diff options
Diffstat (limited to 'templates/includes/book/footer.html')
-rw-r--r-- | templates/includes/book/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/includes/book/footer.html b/templates/includes/book/footer.html index 48f4bf9..1112b14 100644 --- a/templates/includes/book/footer.html +++ b/templates/includes/book/footer.html @@ -1,10 +1,10 @@ <div class="page-footer"> {% if _input == "README.md" %} - <a href="{{ basePath }}/{{ progress.current.next.path }}" class="navigation-link">Start</a> + <a href="{{ basePath }}/{{ progress.current.next.path|mdLink }}" class="navigation-link">Start</a> {% else %} {% if progress.current.next %} {% if progress.current.next.path %} - <a href="{{ basePath }}/{{ progress.current.next.path }}" class="navigation-link next">Next</a> + <a href="{{ basePath }}/{{ progress.current.next.path|mdLink }}" class="navigation-link next">Next</a> {% else %} <div class="navigation-link coming-soon">Coming soon</div> {% endif %} |