reconnect
This commit is contained in:
12
.github/_includes/foot.html
vendored
Normal file
12
.github/_includes/foot.html
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- Bootstrap bundle JS -->
|
||||
<script src="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/bootstrap.bundle.min.js"></script>
|
||||
<!-- load other js -->
|
||||
<script src="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/lazysizes.min.js" async></script>
|
||||
{% if layout.gallery == true or page.gallery == true %}<script src="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/spotlight.bundle.js" defer></script>{% endif %}
|
||||
{% if page.custom-foot or layout.custom-foot %}
|
||||
{%- assign page_feet = page.custom-foot | split: ";" -%}
|
||||
{%- assign layout_feet = layout.custom-foot | split: ";" -%}
|
||||
{%- assign feet = page_feet | concat: layout_feet -%}
|
||||
{% for f in feet %}{% include {{ f }} %}
|
||||
{% endfor %}
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user