Sha256: a4a455040ad93edf4d36108f83446a424a54309a4bbd0a0f07e47aa50fad32c6
Contents?: true
Size: 987 Bytes
Versions: 2
Compression:
Stored size: 987 Bytes
Contents
--- layout: compress --- <!DOCTYPE html> <html lang="en" data-theme="light"> {% include head.html %} <body> <div class="container"> <div class="menu-toggle--btn-container"> <button class="menu-toggle open btn btn-nav body-lg fw-600 mt-3" title="Open Menu"> {%- include icons.html icon="menu" size=17 -%} Menu </button> <button class="menu-toggle close btn btn-nav body-lg fw-600 mt-3" title="Close Menu"> {%- include icons.html icon="close" size=17 -%} Close </button> </div> <div class="row"> <aside id="menu" role="navigation" class="col-12 col-xl-2 d-flex flex-column justify-content-around"> {% include menu.html %} {% include dark-mode.html %} </aside> {{ content }} </div> </div> {% if dark_mode %} <script src="{{ site.url }}/assets/js/main.js" charset="utf-8"></script> {% endif %} </body> {% include footer.html %} </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.1 | _layouts/default.html |
another-theme-1.0.0 | _layouts/default.html |