diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 18:49:20 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 18:49:20 -0700 |
commit | e77e3b724e5875b698e27c3cea32c6f259161cc1 (patch) | |
tree | b47eccc488b02d5d970ddccc70a14c2879e2dc74 /templates | |
parent | d3135897365bc6f4015d3ce425e850b732b2afa6 (diff) | |
download | gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.zip gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.tar.gz gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.tar.bz2 |
Improve footer navigation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.html b/templates/page.html index 424eded..6d548d0 100644 --- a/templates/page.html +++ b/templates/page.html @@ -34,11 +34,11 @@ <div class="page-footer"> {% if _input == "README.md" %} - <a href="{{ basePath }}/{{ navigation.next.path }}" class="navigation-link">Start this book</a> + <a href="{{ basePath }}/{{ navigation.next.path }}" class="navigation-link">Start</a> {% else %} {% if navigation.next %} {% if navigation.next.path %} - <a href="{{ basePath }}/{{ navigation.next.path }}" class="navigation-link next">Next<span>: {{ navigation.next.title }}</span></a> + <a href="{{ basePath }}/{{ navigation.next.path }}" class="navigation-link next">Next</a> {% else %} <div class="navigation-link coming-soon">Coming soon</div> {% endif %} |