diff options
author | Alan Pearce | 2023-04-26 13:24:52 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-26 13:24:52 +0200 |
commit | 40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e (patch) | |
tree | 919174143ede711d352ea3a3ca1c89e9bde6c6af /templates/base.html | |
parent | 2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021 (diff) | |
parent | ccdba539bd37dbe83a7a8f773a6568b6ca93cd5f (diff) | |
download | website-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.tar.lz website-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.tar.zst website-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.zip |
Merge branch 'main' into microformats2
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 973abdd..4ba8442 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ <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 -%} + {% include "seo_tags.html" ignore missing %} <meta name="referrer" content="no-referrer-when-downgrade"> {%- if config.generate_feed %} {% block rss -%} |