diff --git a/static/robots.txt b/static/robots.txt index 44ec3ed..ec4a551 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,3 @@ User-agent: * Allow: /$ -Disallow: * + diff --git a/templates/base.html b/templates/base.html index d933ec8..17b1ea2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,15 +3,12 @@ {% block title %}{{ sitename }}{% endblock %} - - - - {% block head %}{% endblock %} + {% block head %}{% endblock %}