Sha256: ceeae906e5cf15135875f75efeec22f4bb26bd1ceff034e9a83418c2f7a77183
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 KB
Contents
--- layout: compress --- <!DOCTYPE html> {% include elements/lang.html %} {% include elements/options.html %} {% capture prefer_mode %} {% if site.theme_mode %} data-mode="{{ site.theme_mode }}" {% endif %} {% endcapture %} <html lang="{{ page.lang | default: site.lang | default: "en" }}"{{ prefer_mode }}> {% include head.html %} <body data-spy="scroll" data-target="#toc" data-navbar-visible="true"> {% include elements/navbar.html %} <div id="main-wrapper" class="d-flex justify-content-center"> <div id="main" class="container-fluid"> {{ content }} </div> </div> {% include views/footer.html %} {% include views/copyright.html %} <div id="mask"></div> {% include elements/search-results.html %} {% if site.pwa.enabled %} <div id="notification" class="toast" role="alert" aria-live="assertive" aria-atomic="true" data-animation="true" data-autohide="false"> <div class="toast-header"> <button type="button" class="ml-2 ml-auto close" data-dismiss="toast" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="toast-body text-center pt-0"> <p class="pl-2 pr-2 mb-3">{{ site.data.locales[lang].notification.update_found }}</p> <button type="button" class="btn btn-primary" aria-label="Update"> {{ site.data.locales[lang].notification.update }} </button> </div> </div> {% endif %} {% include elements/search-loader.html %} {% include elements/javascript.html %} </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redeyed-jekyll-theme-0.1.2 | _layouts/error.html |
redeyed-jekyll-theme-0.1.1 | _layouts/error.html |