Sha256: b94e0817a652d4b0fb540ede293dfc00ce21c1e7463fd12a3c4f7c5b8aba0f9a

Contents?: true

Size: 619 Bytes

Versions: 1

Compression:

Stored size: 619 Bytes

Contents

<!DOCTYPE html>

<html>
  <head>
    {% include head.html %}
  </head>

  <body class='root-layout fill-main-b scribe-main'>

    {% include banner.html %}

    {% include header.html %}

    <main class="l-content l-main fill-main box-shadow">
      {{ content }}
    </main>

    {% for section_title in page.sub_sections %}
      <div class="l-content fill-main box-shadow">
        <div class="box">
          {% assign section_page = site.sections | find: 'title', section_title %}
          {{ section_page.output }}
        </div>
      </div>
    {% endfor %}

    {% include footer.html %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
frame9-jekyll-theme-1.0.0 _layouts/root.html