Sha256: a82161b612d82bf18f027657c8116126e2da411a29ae939717e6944755ff78b5
Contents?: true
Size: 607 Bytes
Versions: 6
Compression:
Stored size: 607 Bytes
Contents
{% capture theme %}{% if page.theme %}{{ page.theme }}{% else %}{{ site.primer.theme }}{% endif %}{% endcapture -%} {%- if theme contains "light" -%} data-color-mode="light" data-light-theme="{{ theme }}" {%- elsif theme contains "dark" -%} data-color-mode="dark" data-dark-theme="{{ theme }}" {%- elsif theme contains "auto" -%} {%- assign partial_theme = theme | remove_first: "auto" -%} data-color-mode="auto" data-light-theme="light{{ partial_theme }}" data-dark-theme="dark{{ partial_theme }}" {%- else -%} data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" {%- endif -%}
Version data entries
6 entries across 6 versions & 1 rubygems