Sha256: f91cf4946a681c6cc8e8b1b4c20629b25f67bad35847851c4aa71307e2c4b3be
Contents?: true
Size: 1.21 KB
Versions: 5
Compression:
Stored size: 1.21 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 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 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
5 entries across 5 versions & 1 rubygems