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

View File

@@ -0,0 +1,12 @@
<!--[if gt IE 8]><!---->
{% if site.pivoine.no_inline_css or jekyll.environment == 'development' %}
{% include_cached head/styles-no-inline.html %}
{% else %}
{% include_cached head/styles-layout.html layout=include.layout %}
{% include_cached head/styles-inline.html %}
{% endif %}
{% unless site.pivoine.no_page_style %}
{% include_cached head/page-style.html color=include.color theme_color=include.theme_color %}
{% endunless %}
<!--<![endif]-->