From ad6982e77e1948bd7b74538af0c5a24120a38370 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Tue, 21 Jun 2016 21:37:56 +0800 Subject: Remove robot meta on note edit page and html template, add prevent crawling header to enhance note privacy --- public/views/head.ejs | 3 --- public/views/html.hbs | 1 - 2 files changed, 4 deletions(-) (limited to 'public/views') diff --git a/public/views/head.ejs b/public/views/head.ejs index 3dcf4866..70f6455d 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -4,9 +4,6 @@ -<% if(typeof robots !== 'undefined' && robots) { %> - -<% } %> <%- title %> diff --git a/public/views/html.hbs b/public/views/html.hbs index 33fbd536..f6e57497 100644 --- a/public/views/html.hbs +++ b/public/views/html.hbs @@ -9,7 +9,6 @@ - {{{robots}}} {{title}} -- cgit v1.2.3