From c1bd37badda4fbeb73f87ec1b5d7b12f1d17ed86 Mon Sep 17 00:00:00 2001 From: Simon Holywell <treffynnon@php.net> Date: Tue, 2 May 2017 10:14:11 +1000 Subject: [PATCH] add pass through nil template to stop warnings --- _layouts/nil.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 _layouts/nil.html diff --git a/_layouts/nil.html b/_layouts/nil.html new file mode 100644 index 0000000..e02a27c --- /dev/null +++ b/_layouts/nil.html @@ -0,0 +1 @@ +{{ content }} \ No newline at end of file