aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist
diff options
context:
space:
mode:
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 %}