Sha256: de9d36262abdaeebcbb8e5a2a2a10a7d896827a491cd4ce33f63b549ab70413f
Contents?: true
Size: 918 Bytes
Versions: 2
Compression:
Stored size: 918 Bytes
Contents
<!doctype html> <html lang="en"> {% include head.html %} <body class="d-flex flex-column min-vh-100"> {% if jekyll.environment == "development" %}{% include dev-info.html %}{% endif %} {% include topnav.html %} <!-- Page Content --> <div class="container flex-grow-1"> <!-- Content Row --> <div id="layout" class="gap-5"> <!-- Sidebar --> <aside id="sidebar"> {% include sidebar.html %} </aside> <!-- Content --> {{content}} </div> </div> {%- if site.theme_variables.back_to_top or site.theme_variables.back_to_top == nil %} <button id="back-to-top" class="btn btn-primary" type="button" aria-hidden="true" onclick="topFunction()"> <i class="fa-solid fa-arrow-up"></i> </button> {%- endif %} {% include footer.html %} {% include cookie-popup.html %} </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elixir-toolkit-theme-2.1.0 | _layouts/default.html |
elixir-toolkit-theme-2.0.0 | _layouts/default.html |