Sha256: 04ab32ddb908b12a91d4352cfe9a15ee3e6f24a89e703164e6076ea6d8407611

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

{% assign dark_mode = true %}

<div>
  <button id="dark" class="btn btn-nav body-lg fw-600" title="Dark Mode">
    {%- include icons.html icon="dark" size=17 -%} Dark
  </button>
  <button id="light" class="btn btn-nav body-lg fw-600" title="Light Mode">
    {%- include icons.html icon="light" size=17 -%} Light
  </button>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
another-theme-1.0.4 _includes/dark-mode.html
another-theme-1.0.3 _includes/dark-mode.html
another-theme-1.0.2 _includes/dark-mode.html
another-theme-1.0.1 _includes/dark-mode.html
another-theme-1.0.0 _includes/dark-mode.html