Sha256: e32a0b4285f2e34bbabbd44c12b5fc543ba51898de8898671edfbc3bed581517
Contents?: true
Size: 1023 Bytes
Versions: 3
Compression:
Stored size: 1023 Bytes
Contents
--- layout: compress # Default layout --- <!DOCTYPE html> {% include lang.html %} {% capture prefer_mode %} {% if site.theme_mode %} mode="{{ site.theme_mode }}" {% endif %} {% endcapture %} <html lang="{{ site.lang }}"{{ prefer_mode }}> {% include head.html %} {% unless site.theme_mode %} {% include mode-toggle.html %} {% endunless %} <body data-spy="scroll" data-target="#toc"> {% include sidebar.html %} {% include topbar.html %} <div id="main-wrapper"> <div id="main"> {{ content }} {% include footer.html %} </div> {% include search-results.html %} </div> <!-- #main-wrapper --> {% if page.mermaid %} {% include mermaid.html %} {% endif %} <div id="mask"></div> <a id="back-to-top" href="#" aria-label="back-to-top" class="btn btn-lg btn-box-shadow" role="button"> <i class="fas fa-angle-up"></i> </a> {% include search-loader.html %} {% include js-selector.html %} </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-chirpy-5.0.2 | _layouts/default.html |
jekyll-theme-chirpy-5.0.1 | _layouts/default.html |
jekyll-theme-chirpy-5.0.0 | _layouts/default.html |