Sha256: a31b83a8822efffaa536a0dc2cffdc43b2e6d98787cf4f79b739adeaaf8d7391

Contents?: true

Size: 648 Bytes

Versions: 1

Compression:

Stored size: 648 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 %}

    {% if site.theme_config.show_soopr %}
      <script src="{{ site.theme_config.soopr_base_url }}/soopr.js" ></script>
    {% endif %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moonwalk-0.0.3 _layouts/default.html