Skip to content
Snippets Groups Projects
Verified Commit bc41312a authored by David Beniamine's avatar David Beniamine
Browse files

fix comment bug

parent 7c6b5606
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<section class="footnote">
<!-- Unfortunately, CSS means everything's got to be inline. -->
<p>Article num&eacute;ro: <?php echo numeral(article_number(article_id()), true); ?> . <?php echo count_words(article_markdown()); ?> mots, <?php if(comments_open()): ?>,
<?php echo total_comments() commentaires pour le moment.<?php endif; ?> <?php echo article_custom_field('attribution'); ?></p>
<?php echo total_comments();?> commentaires pour le moment.<?php endif; ?> <?php echo article_custom_field('attribution'); ?></p>
</section>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment