Sha256: f0b61e22e91e56e1e2e6d9d7ac7a018273d3bf70acc97abef33f1cf59e1d8596

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

<!doctype html>
<html lang="en">
{% include head.html %}
<body class="d-flex flex-column min-vh-100"{% unless page.toc == false %} data-bs-spy="scroll" data-bs-target="#toc-contents" data-bs-smooth-scroll="true" tabindex="0"{% endunless %}>
    {% if site.topnav_banner %}{% include banner.html %}{% endif %}
    {% if jekyll.environment == "development" %}{% include dev-info.html %}{% endif %}
    {% include topnav.html %}
    <!-- Page Content -->
    <div class="container flex-grow-1">
        <!-- Content Row -->
        <div {% unless page.sidebar == nil or page.sidebar == false %}id="layout" class="gap-5"{% endunless %}>
            <!-- Sidebar -->
            {%- unless page.sidebar == nil or page.sidebar == false %}
            <aside id="sidebar">
                {% include sidebar.html %}
            </aside>
            {% endunless %}
            <!-- 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 btn-sm rounded-pill" 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-3.1.1 _layouts/default.html
elixir-toolkit-theme-3.1.0 _layouts/default.html