Sha256: 095ff81b2539a61eb99a79b343d4b550d4bec16c81a9c7c3e01f9322a7f17090

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
  {% include head.html %}
  <body>
    {% include header.html %}

    <main class="page-content" aria-label="Content">
      <div class="wrapper">
        {{ content }}
      </div>
    </main>

    {% include footer.html %}
    {% if site.google_analytics %}
      {% include google.html %}
    {% endif %}
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-niveus-1.1.0 _layouts/default.html
jekyll-theme-niveus-1.0.4 _layouts/default.html
jekyll-theme-niveus-1.0.3 _layouts/default.html
jekyll-theme-niveus-1.0.2 _layouts/default.html