a new start

This commit is contained in:
2025-10-25 12:39:30 +02:00
commit c97cadef78
726 changed files with 454051 additions and 0 deletions

15
_includes/head/index.html Normal file
View File

@@ -0,0 +1,15 @@
{% assign google_fonts = site.google_fonts %}
{% assign font_heading = site.font_heading %}
{% assign font = site.font %}
{% include head/meta.html %}
{% include_cached head/meta-static.html %}
{% include head/links.html lang=page.lang %}
{% include_cached head/links-static.html %}
{% include_cached head/scripts.html %}
{% include_cached head/styles.html layout=page.layout color=color theme_color=theme_color %}
{% include my-head.html %}