forked from 0x2620/pandora
make layer collapsed/expanded state sticky
This commit is contained in:
parent
52643a9218
commit
758c821d5a
7 changed files with 23 additions and 8 deletions
|
|
@ -74,7 +74,7 @@ def opensearch_xml(request):
|
|||
|
||||
def robots_txt(request, url):
|
||||
return HttpResponse(
|
||||
'User-agent: *\nDisallow:\nSitemap: %s\n' % request.build_absolute_uri('/sitemap.xml.gz'),
|
||||
'User-agent: *\nDisallow:\nSitemap: %s\n' % request.build_absolute_uri('/sitemap.xml'),
|
||||
'text/plain'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue