From 558304ff62a648e604b03afe3372ef9566aea850 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Tue, 21 Jun 2016 21:42:03 +0800 Subject: Update to support new metadata: title, description, tags and google-analytics (GA) and refactor render publish slide response function --- public/views/slide.ejs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/views/slide.ejs') diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 27ccfdf8..3fe30944 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -5,6 +5,12 @@ + <% if(typeof robots !== 'undefined' && robots) { %> + + <% } %> + <% if(typeof description !== 'undefined' && description) { %> + + <% } %> <%- title %> @@ -83,3 +89,5 @@ + +<%- include ga %> \ No newline at end of file -- cgit v1.2.3