summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}