diff options
Diffstat (limited to '')
-rw-r--r-- | public/views/head.ejs | 3 | ||||
-rw-r--r-- | public/views/html.hbs | 1 |
2 files changed, 0 insertions, 4 deletions
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 @@ <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"> 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 @@ <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"> - {{{robots}}} <title> {{title}} </title> |