Sha256: bde757d857bbe5653380ca7f6a274d8d5c1f316f44bd693e75f195b28e9cc0a5

Contents?: true

Size: 442 Bytes

Versions: 5

Compression:

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

    <script>
      window.FontAwesomeConfig = {
        searchPseudoElements: true
      }
    </script>
  </body>

</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-dash-1.2.0 _layouts/default.html
jekyll-dash-1.1.3 _layouts/default.html
jekyll-dash-1.1.2 _layouts/default.html
jekyll-dash-1.1.1 _layouts/default.html
jekyll-dash-1.1.0 _layouts/default.html