Sha256: c6586c76d4aa20121940a0b60752d4ea9fddf6a96488f73a7902b5176a0563aa

Contents?: true

Size: 627 Bytes

Versions: 35

Compression:

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

    {% if page.custom_js %}
      {% for js_file in page.custom_js %}
        <script type="text/javascript" src="{{ site.baseurl }}/assets/js/{{ js_file }}.js"></script>
      {% endfor %}
    {% endif %}
  </body>
</html>

Version data entries

35 entries across 35 versions & 3 rubygems

Version Path
no-style-please2-0.9.3 _layouts/default.html
no-style-please2-0.9.2 _layouts/default.html
no-style-please-0.4.9 _layouts/default.html
no-style-please-0.4.8 _layouts/default.html
no-style-please2-0.9.1 _layouts/default.html
no-style-please2-0.9.0 _layouts/default.html
no-style-please2-0.8.1 _layouts/default.html
no-sommer-style-please-0.4.8 _layouts/default.html
no-style-please2-0.8.0 _layouts/default.html
no-style-please2-0.7.5.1 _layouts/default.html
no-style-please2-0.7.5 _layouts/default.html
no-style-please2-0.7.4.5 _layouts/default.html
no-style-please2-0.7.4.4 _layouts/default.html
no-style-please2-0.7.4.3 _layouts/default.html
no-style-please2-0.7.4.2 _layouts/default.html
no-style-please2-0.7.4.1 _layouts/default.html
no-style-please2-0.7.4 _layouts/default.html
no-style-please2-0.7.3 _layouts/default.html
no-style-please2-0.7.2 _layouts/default.html
no-style-please2-0.7.1 _layouts/default.html