diff --git a/theme/templates/pcs/comments.html b/theme/templates/pcs/comments.html index 20fba40..dfde149 100644 --- a/theme/templates/pcs/comments.html +++ b/theme/templates/pcs/comments.html @@ -37,19 +37,20 @@ {% if PELICAN_COMMENT_SYSTEM %}
- Add a Comment + Ajouter un commentaire / Add a Comment
- - + +
- - + +
- - + + +

Vous pouvez utiliser la syntaxe Markdown pour formatter votre commentaire.

You can use the Markdown syntax to format your comment.

@@ -62,7 +63,7 @@ {% if PELICAN_COMMENT_SYSTEM_FEED and article %} - Comment Atom Feed + Flux Atom pour commentaire / Comment Atom Feed {% endif %}
@@ -74,7 +75,7 @@ {% if PELICAN_COMMENT_SYSTEM %}
-

Comments

+

Commentaires / Comments


{% if article.comments %} @@ -117,7 +118,7 @@ {% endfor %} {% else %} -

There are no comments yet.

+

Il n'y a aucun commentaire pour l'instant. / There are no comments yet.

{% endif %} {{ comments_form() }}