aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist
diff options
context:
space:
mode:
authorVivek Agarwal <me@vivek.im>2013-03-26 05:01:29 +0530
committerVivek Agarwal <me@vivek.im>2013-03-26 05:01:29 +0530
commitc5041027919798e40c52e0f7a1e852881c165f64 (patch)
tree593f2bd37984d7125e7bbe0e4eea2d87cb3e98e6 /mnmlist
parent100b0bc7a91454670c3f9761fa03241e2367b2e5 (diff)
downloadpelican-themes-c5041027919798e40c52e0f7a1e852881c165f64.zip
pelican-themes-c5041027919798e40c52e0f7a1e852881c165f64.tar.gz
pelican-themes-c5041027919798e40c52e0f7a1e852881c165f64.tar.bz2
Changed static text from French to English.
A couple of lines were in French and rest all in English. Changed the French ones to English.
Diffstat (limited to 'mnmlist')
-rw-r--r--mnmlist/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html
index 871360f..1505418 100644
--- a/mnmlist/templates/index.html
+++ b/mnmlist/templates/index.html
@@ -16,7 +16,7 @@
</article>
{% if loop.length > 1 %}
<section id="article-list">
- <h2>Tous les articles</h2>
+ <h2>All posts</h2>
<ol>
{% endif %}
{# other items #}
@@ -29,6 +29,6 @@
</section><!-- #article-list -->
{% endif %}
{% else %}
- Pas d'articles pour le moment.
+ No posts found.
{% endif %}
{% endblock content %}