1
0
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:
Dan Brown
2018-05-20 10:11:56 +01:00
parent 8df9dab80a
commit 63f96c1c6f
9 changed files with 71 additions and 107 deletions

View File

@@ -0,0 +1,6 @@
User-agent: *
@if($allowRobots)
Disallow:
@else
Disallow: /
@endif