Sha256: b285a5142d682d58f21c05cc54ac7fa15d31b45a858bc1f3d71ea3e6e3231d6e

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 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 }}
        </div>
    </main>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
no-style-please-0.3.1 _layouts/default.html