Sha256: 13d458def737f164d9e79984a1c1f5a5c9e4d0008779d3a93b932f5a47aae33c

Contents?: true

Size: 420 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
no-style-please-0.4.5 _layouts/default.html
no-style-please-0.4.4 _layouts/default.html
no-style-please-0.4.3 _layouts/default.html
no-style-please-0.4.2 _layouts/default.html