Merge branch 'dev' into experimental

This commit is contained in:
2023-08-03 12:52:38 +00:00
3 changed files with 15 additions and 2 deletions
+4
View File
@@ -24,3 +24,7 @@
{%- if site.matomo_url -%}
{%- include matomo.html -%}
{%- endif -%}
{%- if site.custom_head_html -%}
{{ site.custom_head_html }}
{%- endif -%}
+4
View File
@@ -8,3 +8,7 @@
<script defer src="{{ '/assets/js/brands.min.js' | relative_url }}"></script>
<script defer src="{{ '/assets/js/solid.min.js' | relative_url }}"></script>
<script defer src="{{ '/assets/js/fontawesome.min.js' | relative_url }}"></script>
{%- if site.custom_body_html -%}
{{ site.custom_body_html }}
{%- endif -%}