From 0b85863b45f406ad68b975b0bd2d2dd91d470972 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sat, 22 Sep 2018 16:14:11 -0500 Subject: [PATCH] fix so it builds with gutenberg 0.4.2 --- templates/blog.html | 1 + templates/post.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/blog.html b/templates/blog.html index 5c789ee..eca55ca 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -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 %} diff --git a/templates/post.html b/templates/post.html index 12411a3..2f3e10f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,4 +1,5 @@ {% extends "layout.html" %} +{% import "macros/layout.html" as layout %} {% import "macros/post.html" as post %} {% block title %}