✨ 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>
|
</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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user