aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates/base.html
diff options
context:
space:
mode:
authorGil Gonçalves <lursty@gmail.com>2013-08-27 20:53:03 +0100
committerGil Gonçalves <lursty@gmail.com>2013-08-27 20:53:03 +0100
commit65fbddf0841b9b9e1cd2377c90da1fea617059c7 (patch)
tree49f3704bf62fab6ac7727ca84e882e82bbe58815 /mnmlist/templates/base.html
parent0efd36473c6558dc398601f8d4820d47fad33a92 (diff)
downloadpelican-themes-65fbddf0841b9b9e1cd2377c90da1fea617059c7.zip
pelican-themes-65fbddf0841b9b9e1cd2377c90da1fea617059c7.tar.gz
pelican-themes-65fbddf0841b9b9e1cd2377c90da1fea617059c7.tar.bz2
Update base.html
From French to English
Diffstat (limited to 'mnmlist/templates/base.html')
-rw-r--r--mnmlist/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html
index 5539dc6..c0d2dec 100644
--- a/mnmlist/templates/base.html
+++ b/mnmlist/templates/base.html
@@ -33,7 +33,7 @@
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li>
{% endfor %}
{% if categories|length > 1 %}
- <li>:: <a href="{{ SITEURL }}/categories.html">Catégories</a></li>
+ <li>:: <a href="{{ SITEURL }}/categories.html">Categories</a></li>
{% endif %}
{% if tags|length > 1 %}
<li>:: <a href="{{ SITEURL }}/tags.html">Tags</a></li>