diff options
author | Alan Pearce | 2023-06-24 20:17:00 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-24 20:17:09 +0200 |
commit | f26431f4d0479337f557d5faa7a0bc843c2e81b9 (patch) | |
tree | 27d78296d51611772e9623413ac4029455341da8 /themes/bear/templates | |
parent | e3cbf1423db26f2509603922277cfddcd87cbfdb (diff) | |
download | website-f26431f4d0479337f557d5faa7a0bc843c2e81b9.tar.lz website-f26431f4d0479337f557d5faa7a0bc843c2e81b9.tar.zst website-f26431f4d0479337f557d5faa7a0bc843c2e81b9.zip |
Remove seo_tags file
Diffstat (limited to 'themes/bear/templates')
-rw-r--r-- | themes/bear/templates/base.html | 1 | ||||
-rw-r--r-- | themes/bear/templates/seo_tags.html | 0 |
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 |