1
0
Fork 0
forked from github/pelican

Add comment number support.

This commit is contained in:
Alexis Metaireau 2010-12-19 03:34:19 +00:00
commit a71d93c63c
4 changed files with 17 additions and 1 deletions

View file

@ -21,7 +21,9 @@
{% include 'taglist.html' %}
</footer><!-- /.post-info -->
{{ article.content }}
</article></aside><!-- /#featured -->
{% include 'comments.html' %}
</article>
</aside><!-- /#featured -->
{% if loop.length > 1 %}
<section id="content" class="body">
<h1>Other articles</h1>
@ -49,6 +51,7 @@
</footer><!-- /.post-info -->
{{ article.summary }}
<a class="readmore" href="{{ SITEURL }}/{{ article.url }}">read more</a>
{% include 'comments.html' %}
</div><!-- /.entry-content -->
</article></li>
{% endif %}