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

9
_includes/base-classes Normal file
View File

@@ -0,0 +1,9 @@
{%- capture classes -%}
{% if site.pivoine.dark_mode.always %}dark-mode{% endif %}
{% if site.pivoine.no_toc %} no-toc{% endif %}
{% if site.pivoine.no_break_layout %} no-break-layout{% endif %}
{% if site.pivoine.no_large_headings %} no-large-headings{% endif %}
{% if site.pivoine.no_third_column %} no-third-column{% endif %}
{% if site.pivoine.no_drawer %} no-drawer{% endif %}
{%- endcapture -%}
{{- classes | strip_newlines | strip -}}