Sha256: 344191013ca80f68f0db176888e9971d72a12f9958e169e45a07df88953a3649

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 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.4.0 _layouts/default.html