Remove robot meta on note edit page and html template, add prevent crawling header to enhance note privacy

This commit is contained in:
Cheng-Han, Wu
2016-06-21 21:37:56 +08:00
parent 949f26a0d1
commit ad6982e77e
4 changed files with 2 additions and 19 deletions

View File

@@ -4,9 +4,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<% if(typeof robots !== 'undefined' && robots) { %>
<meta name="robots" content="<%- robots %>">
<% } %>
<title><%- title %></title>
<link rel="icon" type="image/png" href="<%- url %>/favicon.png">
<link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png">