Sha256: 1e5e0ff364e12363f76e0b61a1bc9943c3a0c7e0b017884add155112c4222a3b

Contents?: true

Size: 1022 Bytes

Versions: 3

Compression:

Stored size: 1022 Bytes

Contents

<!doctype html>
<html lang="en">
{% include head.html %}
<body class="d-flex flex-column min-vh-100" data-bs-spy="scroll" data-bs-target="#toc-contents" data-bs-smooth-scroll="true" tabindex="0">
    {% 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 rounded-3" 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

3 entries across 3 versions & 1 rubygems

Version Path
elixir-toolkit-theme-2.2.2 _layouts/default.html
elixir-toolkit-theme-2.2.1 _layouts/default.html
elixir-toolkit-theme-2.2.0 _layouts/default.html