Sha256: bb6bf748f795e22e4f5b608e2195ded70eb155b5527b074f40a193d71edad80e

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
  {% include head.html %}
  <body class="flex flex-column min-vh-100">
    {% include header.html %}
    <main class="measure-wide pa3 center lh-copy f5 f4-l">
      {{ content }}
    </main>
    {% include footer.html %}

    {% 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

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-tfg-0.1.0 _layouts/default.html