Add a sitemap.txt for popular public repos
and reference it from the robots.txt
This commit is contained in:
parent
c712be05e2
commit
a1cf12e460
11 changed files with 146 additions and 52 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ -e /conf/stack/robots.txt ]
|
||||
then
|
||||
cp /conf/stack/robots.txt /static/robots.txt
|
||||
cp /conf/stack/robots.txt /templates/robots.txt
|
||||
fi
|
||||
|
||||
if [ -e /conf/stack/favicon.ico ]
|
||||
|
|
Reference in a new issue