From 10564383105eeeabf94754f29236a694c7bed363 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 30 Jun 2017 00:40:33 -0700 Subject: [PATCH] Add empty layout template --- _layouts/none.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 _layouts/none.html diff --git a/_layouts/none.html b/_layouts/none.html new file mode 100644 index 0000000000..cddd07099f --- /dev/null +++ b/_layouts/none.html @@ -0,0 +1 @@ +{{ content }}