✨ feat: extend tabi <head> and <body> elements
This commit is contained in:
@@ -44,6 +44,9 @@ This variable will hold all the text strings for the language #}
|
||||
</div>
|
||||
{% 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 -->
|
||||
<script defer src="{{ get_url(path='js/baguetteBox.min.js', trailing_slash=false) | safe }}"></script>
|
||||
<script>
|
||||
|
||||
@@ -176,4 +176,6 @@
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
|
||||
{# Users can optionally provide this template to add content to the head element. #}
|
||||
{% include "tabi/extend_head.html" ignore missing %}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user