Fix import
This commit is contained in:
parent
9d044a453a
commit
bc9f4df62c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% extends "blog/_base.html" %}
|
{% extends "blog/_base.html" %}
|
||||||
{% from "macros/blog.html" import render_blog_post %}
|
{% from "macros/blog.html" import render_blog_post %}
|
||||||
{% from "macros/pagination.html" import render_pagination %}
|
{% from "macros/pagination.html" import render_pagination %}
|
||||||
{% from "macros/comments.html" import render_count %}
|
{% from "macros/comments.html" import disqus_count_script %}
|
||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
{% for child in this.pagination.items %}
|
{% for child in this.pagination.items %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue