diff options
Diffstat (limited to 'pelican-bootstrap3/templates/index.html')
-rw-r--r-- | pelican-bootstrap3/templates/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pelican-bootstrap3/templates/index.html b/pelican-bootstrap3/templates/index.html index ec065e0..b38c0ee 100644 --- a/pelican-bootstrap3/templates/index.html +++ b/pelican-bootstrap3/templates/index.html @@ -5,8 +5,7 @@ <article> <h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2> <div class="summary">{{ article.summary }} - {# Uncomment if you want to show comment counts #} - {#{% include 'includes/comment_count.html' %}#} + {% include 'includes/comment_count.html' %} <a class="btn btn-default btn-xs" href="{{ SITEURL }}/{{ article.url }}">more ...</a> </div> </article> @@ -15,4 +14,4 @@ {% endif %} {% include 'includes/pagination.html' %} -{% endblock content %}
\ No newline at end of file +{% endblock content %} |