Sha256: 2f173f35a539dfff6c6e75a83b876250565fe3547df216ca133bcaf0e81db819

Contents?: true

Size: 1.66 KB

Versions: 11

Compression:

Stored size: 1.66 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.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/scripts.liquid %}

</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
futuro-0.6.8 _layouts/single.html
futuro-0.6.7 _layouts/single.html
futuro-0.6.6 _layouts/single.html
futuro-0.6.5 _layouts/single.html
futuro-0.6.4 _layouts/single.html
futuro-0.6.3 _layouts/single.html
futuro-0.6.2 _layouts/single.html
futuro-0.6.1 _layouts/single.html
futuro-0.6.0 _layouts/single.html
futuro-0.5.9 _layouts/single.html
futuro-0.5.8 _layouts/single.html