diff options
Diffstat (limited to 'theme/templates')
-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 %} |