Просмотр исходного кода

add robots meta tag, in case we are not installed in the root
folder of a domain or subdomain. fixes #2

Simon Rupf 14 лет назад
Родитель
Сommit
2470871e70
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tpl/page.html

+ 1 - 0
tpl/page.html

@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 	<head>
 	<head>
 		<meta charset="utf-8" />
 		<meta charset="utf-8" />
+		<meta name="robots" content="noindex" />
 		<title>ZeroBin</title>
 		<title>ZeroBin</title>
 		<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" /> 
 		<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" /> 
 		<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}#" />
 		<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}#" />