From 47b113d9fee5dce5ae8c84f6740ca0093d56c94a Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:45:52 +0800 Subject: [PATCH] Add handlebars script tag --- public/views/index.ejs | 1 + public/views/slide.ejs | 1 + 2 files changed, 2 insertions(+) diff --git a/public/views/index.ejs b/public/views/index.ejs index e289458..4ab3cde 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -207,6 +207,7 @@ + <%- include build/cover-scripts %> diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 679bed2..398f40b 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -103,6 +103,7 @@ <% } %> + <%- include build/slide-scripts %>