From e5834c077f203aa5c80f777f91e0bf650614241d Mon Sep 17 00:00:00 2001 From: butlerx Date: Wed, 31 May 2017 23:28:43 +0100 Subject: add the ability to set slide theme in slide options --- public/views/slide.ejs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 26c38bba..7ff5016e 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -30,7 +30,11 @@ <% } %> + <% if(typeof theme !== 'undefined' && theme) { %> + + <% } else { %> + <% } %> -- cgit v1.2.3