a new start
This commit is contained in:
9
_includes/base-classes
Normal file
9
_includes/base-classes
Normal 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 -}}
|
||||
Reference in New Issue
Block a user