From 14898482408fdefab02fc4fd05c734401f75423c Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 22:07:41 -0500 Subject: [PATCH] test --- static/robots.txt | 2 +- templates/base.html | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 %}