Init shop

This commit is contained in:
Jeremy Thomas
2024-06-10 23:20:16 +01:00
parent db6f2cd0e3
commit af7c31b613
5 changed files with 1459 additions and 17 deletions

View File

@@ -12,8 +12,11 @@
{% endfor %}
{% endif %}
{% include global/support.html %}
{% include global/native.html %}
{% unless page.hide_footer %}
{% include global/support.html %}
{% include global/native.html %}
{% endunless %}
{% include global/about.html %}
<script src="{{ site.url }}/assets/vendor/clipboard-2.0.11.min.js"></script>