mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Reorganised home and robots views
Extracted home view sidebar into own view. Moved home and robot views into 'common' folder so that we only have layouts in the top-level views folder.
This commit is contained in:
6
resources/views/common/robots.blade.php
Normal file
6
resources/views/common/robots.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
User-agent: *
|
||||
@if($allowRobots)
|
||||
Disallow:
|
||||
@else
|
||||
Disallow: /
|
||||
@endif
|
Reference in New Issue
Block a user