Merge pull request #1926 from annando/1510-permit-crawler
New option to permit crawlers
This commit is contained in:
commit
05b2836d66
3 changed files with 44 additions and 7 deletions
9
view/templates/http_status.tpl
Normal file
9
view/templates/http_status.tpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{$title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{$title}}</h1>
|
||||
<p>{{$description}}</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue