Sha256: 1d95ceccb0537d8df972530feb541571ad95e894193a5412540d7d82fc1f183b

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 Bytes

Contents

---
---
<!doctype html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
  {% include head.html %}
  <body>
    <div id="main" class="container">

      {% include header.html %}

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-cadre-0.1.20 _layouts/default.html
jekyll-theme-cadre-0.1.19 _layouts/default.html