Sha256: 7cc2a7d95313783b5960f453c36afd0d160b71d331754303b02033bbdec87e66

Contents?: true

Size: 1.71 KB

Versions: 5

Compression:

Stored size: 1.71 KB

Contents

---
layout: mini
---

{% include html/assign.liquid %}
{% assign title = page.title | replace: ' ','-' | prepend: ' title-' | downcase %}

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

  {% include html/head/meta.liquid %}
  {% include html/head/scripts.liquid %}

  <body class="{% if site.setup.install %}{{ install }}{% endif %}
               {% if site.setup.style %}{{ style }}{% endif %}
               {% if page.collection %}{{ book }}{% endif %}
               {% if page.chapter %}{{ chapter }}{% endif %}
               {{ layout }}{{ type }}{{ title }}">

    {% include html/overlay.liquid title='load' exit='false' state='open' %}
    {% include html/overlay.liquid title='mobile' exit='false' %}

    {% if page.type == 'overlay' %}
      {% assign dynamic = page.title | downcase %}
      {% include html/overlay.liquid title=dynamic exit='false' %}
    {% endif %}

    {% unless page.type == 'overlay' %}
      {% unless page.type == 'home' %}
        {% include html/overlay.liquid title='about' %}
        {% include html/overlay.liquid title='browse' %}
        {% include html/overlay.liquid title='search' %}
      {% endunless %}

    <div class="site {% if page.type == 'home' %} full {% else %} single {% endif %}">

      {% if site.header %}
      <header>
        {{ site.header }}
      </header>
      {% endif %}

      {% unless page.type == 'home' %}
        {% include html/page/topbar.liquid %}
      {% endunless %}

      {% include html/filter/type.liquid %}

      {% if site.footer %}
      <footer>
        {{ site.footer }}
      </footer>
      {% endif %}

    </div>

    {% endunless %}

  </body>

  {% include html/footer/scripts.liquid %}

</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
futuro-0.7.3 _layouts/single.html
futuro-0.7.2 _layouts/single.html
futuro-0.7.1 _layouts/single.html
futuro-0.7.0 _layouts/single.html
futuro-0.6.9 _layouts/single.html