fix so it builds with gutenberg 0.4.2
This commit is contained in:
parent
0803c5f2a4
commit
0b85863b45
2 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{% extends "layout.html" %}
|
||||
{% import "macros/layout.html" as layout %}
|
||||
{% import "macros/post.html" as post %}
|
||||
|
||||
{% block title %}
|
||||
|
|
Loading…
Reference in a new issue