diff options
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r-- | public/views/head.ejs | 3 |
1 files changed, 0 insertions, 3 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"> |