aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2013-09-09 02:24:36 -0700
committerJustin Mayer <entroP@gmail.com>2013-09-09 02:24:36 -0700
commit9c463fb6f23ca11a58364ee0df6fed9c523418d2 (patch)
tree32eb9eaea79a257f688907d8b4a7b843d02fb242
parentc5188a75d08c4b7a124a8dfd74c2af7f71a9cc21 (diff)
parent65fbddf0841b9b9e1cd2377c90da1fea617059c7 (diff)
downloadpelican-themes-9c463fb6f23ca11a58364ee0df6fed9c523418d2.tar.gz
Merge pull request #132 from LuRsT/patch-2
Update 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>