summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-05-08 20:00:35 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-05-08 20:00:35 +0200
commit78ffa82e450452bb23dfadf8919f5ae98bea7667 (patch)
tree4d858e5f1d52185e8e940b9f0db785e3daa5149b
parentf49b1351160e2a309f57bca1e429077b1949a8ec (diff)
Updated navigator
-rwxr-xr-xtheme/templates/navigator.html2
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">&#60;&#60;</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">&#62;&#62;</a>
{% endif %}