diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-08 20:00:35 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-08 20:00:35 +0200 |
commit | 78ffa82e450452bb23dfadf8919f5ae98bea7667 (patch) | |
tree | 4d858e5f1d52185e8e940b9f0db785e3daa5149b /theme/templates/navigator.html | |
parent | f49b1351160e2a309f57bca1e429077b1949a8ec (diff) |
Updated navigator
Diffstat (limited to 'theme/templates/navigator.html')
-rwxr-xr-x | theme/templates/navigator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/navigator.html b/theme/templates/navigator.html index 50ca559..555dda5 100755 --- a/theme/templates/navigator.html +++ b/theme/templates/navigator.html @@ -7,7 +7,7 @@ <a href="{{ SITEURL }}/{{ page_name }}{{ articles_page.previous_page_number() }}.html"><<</a> {% endif %} {% endif %} - Page <b>{{ articles_page.number }}</b> sur <b>{{ articles_paginator.num_pages }}</b> + Page {{ articles_page.number }} sur {{ articles_paginator.num_pages }} {% if articles_page.has_next() %} <a href="{{ SITEURL }}/{{ page_name }}{{ articles_page.next_page_number() }}.html">>></a> {% endif %} |