Sha256: 2cc027a2efe8ec6fadd40fc353b1a1bc5b4f443d48f3174a6d83223598cb5dd9
Contents?: true
Size: 732 Bytes
Versions: 2
Compression:
Stored size: 732 Bytes
Contents
<!DOCTYPE html> <html lang="{{ page.lang | default: "en" }}"> {%- include head.html -%} <body a="{{ site.theme_config.appearance | default: "auto" }}"> <main class="page-content" aria-label="Content"> <div class="w"> {{ content }} {% if site.theme_config.show_footer %} {% include footer.html %} {% endif %} </div> </main> {%-if site.goat_counter and jekyll.environment == "production"-%} {%-include goat_counter.html-%} {%-endif-%} {% if page.custom_js %} {% for js_file in page.custom_js %} <script type="text/javascript" src="{{ site.baseurl }}/assets/js/{{ js_file }}.js"></script> {% endfor %} {% endif %} </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
no-style-pretty-please-0.4.8 | _layouts/default.html |
no-style-pretty-please-0.4.7 | _layouts/default.html |