about summary refs log tree commit diff stats
path: root/themes
diff options
context:
space:
mode:
authorAlan Pearce2023-06-24 20:17:00 +0200
committerAlan Pearce2023-06-24 20:17:09 +0200
commitf26431f4d0479337f557d5faa7a0bc843c2e81b9 (patch)
tree27d78296d51611772e9623413ac4029455341da8 /themes
parente3cbf1423db26f2509603922277cfddcd87cbfdb (diff)
downloadwebsite-f26431f4d0479337f557d5faa7a0bc843c2e81b9.tar.lz
website-f26431f4d0479337f557d5faa7a0bc843c2e81b9.tar.zst
website-f26431f4d0479337f557d5faa7a0bc843c2e81b9.zip
Remove seo_tags file
Diffstat (limited to 'themes')
-rw-r--r--themes/bear/templates/base.html1
-rw-r--r--themes/bear/templates/seo_tags.html0
2 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 -%}
diff --git a/themes/bear/templates/seo_tags.html b/themes/bear/templates/seo_tags.html
deleted file mode 100644
index e69de29..0000000
--- a/themes/bear/templates/seo_tags.html
+++ /dev/null