Sha256: e550aace1ecefcb2c2f5a55c10ee91b930196c6792b6599547441d4c3c966914

Contents?: true

Size: 1.32 KB

Versions: 1

Compression:

Stored size: 1.32 KB

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">

  {% include head.html %}

  <body>
    {% include sidebar.html %}

    <div class="wrap">
      <div class="container">

        <header class="masthead">
          <h3 class="masthead-title">
            <a href="{{ '/' | relative_url }}" title="Home">{{ site.title }}</a>
            <small>{{ site.tagline }}</small>
          </h3>
        </header>

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

        <footer class="footer">
          <small>
            &copy; <time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: '%Y' }}</time>
            {%- if site.author -%}
              &nbsp;<a href="{{ site.author.url }}" target="_blank">{{ site.author.name }}</a>
            {%- endif -%}. All rights reserved. <br>
            Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/zivong/ockham" target="_blank">Ockham</a>.
          </small>
        </footer>
      </div>
    </div>

    <label for="sidebar-checkbox" class="sidebar-toggle"></label>

    {% 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
ockham-0.1.0 _layouts/default.html