From 64422ec6d1e42407ce63dc4dcbefaf489f5e4ccd Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Mon, 6 Feb 2017 15:02:19 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20try=20to=20use=20criticalcss=20?= =?UTF-8?q?if=20none=20exists.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _tmpl/_partials/head.hbs | 6 ++++-- _tmpl/index.hbs | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_tmpl/_partials/head.hbs b/_tmpl/_partials/head.hbs index d456678..cc3a09c 100644 --- a/_tmpl/_partials/head.hbs +++ b/_tmpl/_partials/head.hbs @@ -7,9 +7,11 @@ "; - include( "_css/critical.css" ); + echo $critical; echo ""; } else { echo ''; diff --git a/_tmpl/index.hbs b/_tmpl/index.hbs index f2da467..9a096ec 100644 --- a/_tmpl/index.hbs +++ b/_tmpl/index.hbs @@ -33,6 +33,7 @@