Sha256: f36ab56ee436a34528d8889c8a4b5acdaac2dd4f5f21502bfce1bf234811bbdf

Contents?: true

Size: 511 Bytes

Versions: 2

Compression:

Stored size: 511 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: "en" }}" class="html" data-theme="{{ site.theme_config.appearance | default: "auto" }}">
        {%- include head.html -%}
  <body>
    <main class="page-content" aria-label="Content">
        <div class="w">
            {{ content }}
            {% include toggle_theme_button.html %}
        </div>
    </main>

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

  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moonwalk-0.0.2 _layouts/default.html
moonwalk-0.0.1 _layouts/default.html