diff options
Diffstat (limited to 'themes/bear/templates/index.html')
-rw-r--r-- | themes/bear/templates/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/bear/templates/index.html b/themes/bear/templates/index.html deleted file mode 100644 index 6caf1d5..0000000 --- a/themes/bear/templates/index.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{% block main %} - <main> - {{ section.content | safe }} - </main> -{% endblock %} |