Sha256: 5bdfbc13746eeb763ef6e9b41162c641095bb96bda091c6b3b1a942c5db8c896

Contents?: true

Size: 647 Bytes

Versions: 3

Compression:

Stored size: 647 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

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

  <body>
    <div class="site-container">
      <header class="site-header">
        {% include header.html %}
      </header>
      
      <div class="site-body wrapper">
        <aside class="site-sidebar" id="site-sidebar">
          {% include sidebar.html %}
        </aside>
        <main class="site-main" aria-label="Content">
          {{ content }}
          <footer class="site-footer">
            {% include footer.html %}
          </footer>
        </main>
      </div>
    </div>
  </body>

</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hamilton-1.4.2 _layouts/default.html
jekyll-theme-hamilton-1.4.1 _layouts/default.html
jekyll-theme-hamilton-1.4.0 _layouts/default.html