Sha256: 235698e292586f7d7e93c75705e01e1d47bc6f810436704e42a8dcdb64549f1c

Contents?: true

Size: 389 Bytes

Versions: 5

Compression:

Stored size: 389 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: "en" }}">
        {%- include head.html -%}
    <body>
    <main class="page-content" aria-label="Content">
        <div class="wrapper">
            {{ content }}
        </div>
    </main>

    {% if site.goat_counter and jekyll.environment == "production" %}
        {% include goat_counter.html %}
    {% endif %}
    </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
no-style-please-0.2.0 _layouts/default.html
no-style-please-0.1.7 _layouts/default.html
no-style-please-0.1.6 _layouts/default.html
no-style-please-0.1.5 _layouts/default.html
no-style-please-0.1.4 _layouts/default.html