about summary refs log tree commit diff stats
path: root/themes/bear/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/base.html')
-rw-r--r--themes/bear/templates/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html
index 3b5340e..a865bac 100644
--- a/themes/bear/templates/base.html
+++ b/themes/bear/templates/base.html
@@ -5,7 +5,6 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   {% include "favicon.html" ignore missing -%}
   <title>{%- block title %}{{ config.title }}{%- endblock %}</title>
-  {% include "seo_tags.html" ignore missing %}
   <meta name="referrer" content="no-referrer-when-downgrade">
   {%- if config.generate_feed %}
   {% block rss -%}