Disqus -> Commento

This commit is contained in:
Felipe M 2019-09-27 19:56:51 +02:00
parent 921e0e088c
commit 2988b5f18a
Signed by: fmartingr
GPG key ID: 716BC147715E716F
5 changed files with 9 additions and 32 deletions

View file

@ -1,7 +1,6 @@
{% extends "blog/_base.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% from "macros/pagination.html" import render_pagination %}
{% from "macros/comments.html" import disqus_count_script %}
{% block main_content %}
{% for child in this.pagination.items %}
@ -13,5 +12,4 @@
{% block endbody %}
{{ super() }}
{{ disqus_count_script() }}
{% endblock %}