9 lines
441 B
Plaintext
9 lines
441 B
Plaintext
{%- 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 -}} |