From 012a797566e713b338f0333895dbd114932cec3e Mon Sep 17 00:00:00 2001 From: Zach Segal Date: Fri, 22 Mar 2019 16:48:54 -0400 Subject: [PATCH] change import to include (layout.jade; fbpixel) --- views/layout.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.jade b/views/layout.jade index 9ba09aa..3482366 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -55,4 +55,4 @@ html(lang=(locale && translated) ? locale: 'en') c.appendChild(s); }(d, document.createElement('script'))); }, 1000); - import ./fbpixel.html + include ./fbpixel.html