1
0
Fork 0

Merge pull request #1926 from annando/1510-permit-crawler

New option to permit crawlers
This commit is contained in:
Tobias Diekershoff 2015-10-04 08:53:32 +02:00
commit 05b2836d66
3 changed files with 44 additions and 7 deletions

View file

@ -0,0 +1,9 @@
<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description}}</p>
</body>
</html>