remove extend_header and extend_body config options

This commit is contained in:
Cameron Taylor 2025-05-24 16:46:47 -07:00
parent 7b32562f9e
commit 846eb87609
3 changed files with 4 additions and 14 deletions

View file

@ -44,10 +44,8 @@ This variable will hold all the text strings for the language #}
</div>
{% include "partials/footer.html" %}
{# Optional extended body content #}
{%- if config.extra.extend_body -%}
{% include "extend_body.html" %}
{%- endif -%}
{# Users can optionally provide this template to add content to the body element. #}
{% include "tabi/extend_body.html" ignore missing %}
</body>
</html>