feat: extend tabi <head> and <body> elements

This commit is contained in:
2025-06-06 18:08:44 +07:00
parent 7ada67433e
commit a9a6589f7f
2 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ This variable will hold all the text strings for the language #}
</div> </div>
{% include "partials/footer.html" %} {% include "partials/footer.html" %}
{# Users can optionally provide this template to add content to the body element. #}Add commentMore actions
{% include "tabi/extend_body.html" ignore missing %}
<!-- baguetteBox JS --> <!-- baguetteBox JS -->
<script defer src="{{ get_url(path='js/baguetteBox.min.js', trailing_slash=false) | safe }}"></script> <script defer src="{{ get_url(path='js/baguetteBox.min.js', trailing_slash=false) | safe }}"></script>
<script> <script>

View File

@@ -176,4 +176,6 @@
{%- endif -%} {%- endif -%}
{%- endif -%} {%- endif -%}
{# Users can optionally provide this template to add content to the head element. #}
{% include "tabi/extend_head.html" ignore missing %}
</head> </head>