Sha256: 642555a7895c45f2e95cca49fce826e40b6e2ad3cf80cbfa0bca6e3ff7f7e5fb

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: "en" }}" a="{{ site.theme_config.appearance | default: "auto" }}">
        {%- 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

1 entries across 1 versions & 1 rubygems

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