From 44ffc564da1dd20b2fae3247d9fa314a52e0aaca Mon Sep 17 00:00:00 2001 From: Claudius Date: Thu, 13 Sep 2018 21:26:39 +0200 Subject: removing global site layout vars from individual routers, putting them into app.local Signed-off-by: Claudius --- public/views/slide.ejs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'public/views/slide.ejs') diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 42fb5199..9b19af2a 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -12,8 +12,8 @@ <% } %> <%= title %> - - + + <% if(useCDN) { %> @@ -23,28 +23,28 @@ <%- include build/slide-header %> <%- include shared/polyfill %> <% } else { %> - - + + <%- include build/slide-pack-header %> <% } %> <% if(typeof theme !== 'undefined' && theme) { %> - + <% } else { %> - + <% } %> - + - + @@ -86,7 +86,7 @@ - + <% if(useCDN) { %> @@ -106,8 +106,8 @@ <%- include build/slide-scripts %> <% } else { %> - - + + <%- include build/slide-pack-scripts %> <% } %> -- cgit v1.2.3