Sha256: d804c4d57bff2871a1176632ae82423f7642bb208d9f3e8a05dc3c47d60059c8

Contents?: true

Size: 496 Bytes

Versions: 13

Compression:

Stored size: 496 Bytes

Contents

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

      <main>
        {{ content }}
      </main>

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

    {% if page.math %}
      {% include mathjax.html %}
    {% endif %}

    {% if jekyll.environment == 'production' and site.google_analytics %}
      {% include google-analytics.html %}
    {% endif %}
  </body>
</html>

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
coppermind-3.3 _layouts/default.html
coppermind-3.2 _layouts/default.html
coppermind-3.1 _layouts/default.html
coppermind-3.0 _layouts/default.html
coppermind-2.3 _layouts/default.html
coppermind-0.2.0 _layouts/default.html
testc100-0.1.7 _layouts/default.html
testc100-0.1.6 _layouts/default.html
testc100-0.1.5 _layouts/default.html
testc100-0.1.4 _layouts/default.html
testc100-0.1.3 _layouts/default.html
monophase-0.1.0 _layouts/default.html
pole-0.1.0 _layouts/default.html