Sha256: 4cf3fdf2ed3b01e79188d51a894e784f1292aed9f005022df3aa1b093c466fd0

Contents?: true

Size: 459 Bytes

Versions: 5

Compression:

Stored size: 459 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 back-to-top.html -%}

    {%- include footer.html -%}

    {% if site.mathjax.enable %}
        {%- include mathjax.html -%}
    {% endif %}
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-ink-0.1.4 _layouts/default.html
jekyll-theme-ink-0.1.3 _layouts/default.html
jekyll-theme-ink-0.1.2 _layouts/default.html
jekyll-theme-ink-0.1.1 _layouts/default.html
jekyll-theme-ink-0.1.0 _layouts/default.html