Merge pull request #86 from vivekagr/master
Changed French static text to English
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user