Merge pull request #86 from vivekagr/master

Changed French static text to English
This commit is contained in:
Justin Mayer
2013-03-30 11:40:26 -07:00

View File

@@ -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 %}