fix so it builds with gutenberg 0.4.2

This commit is contained in:
Michael Zhang 2018-09-22 16:14:11 -05:00
parent 0803c5f2a4
commit 0b85863b45
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{% extends "layout.html" %}
{% import "macros/blog.html" as blog %}
{% import "macros/layout.html" as layout %}
{% block title %}
{% if section.title %}{{ section.title }} - {% endif %}

View File

@ -1,4 +1,5 @@
{% extends "layout.html" %}
{% import "macros/layout.html" as layout %}
{% import "macros/post.html" as post %}
{% block title %}