diff options
Diffstat (limited to 'theme/templates/includes')
-rw-r--r-- | theme/templates/includes/book/footer.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/theme/templates/includes/book/footer.html b/theme/templates/includes/book/footer.html deleted file mode 100644 index 65c08de..0000000 --- a/theme/templates/includes/book/footer.html +++ /dev/null @@ -1,17 +0,0 @@ -<div class="page-footer"> - {% if progress.current.next %} - {% if progress.current.next.path %} - <a href="{{ basePath }}/{{ progress.current.next.path|mdLink }}" class="navigation-link next"> - {% if _input == "README.md" %} - Start - {% else %} - Next - {% endif %} - </a> - {% else %} - <div class="navigation-link coming-soon">Coming soon</div> - {% endif %} - {% else %} - <div class="navigation-link finished">Finished!</div> - {% endif %} -</div>
\ No newline at end of file |