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/pretty.ejs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 0a541107..5ba2e8e1 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -11,6 +11,9 @@ <% if(typeof robots !== 'undefined' && robots) { %> <% } %> + <% if(typeof description !== 'undefined' && description) { %> + + <% } %> <%- title %> @@ -117,4 +120,6 @@ - \ No newline at end of file + + +<%- include ga %> \ No newline at end of file -- cgit v1.2.3