Sha256: f03366de27508a1aea3fdb853965a65abcd280073949192ea2bbe30c0caeecdc
Contents?: true
Size: 1.56 KB
Versions: 5
Compression:
Stored size: 1.56 KB
Contents
--- layout: mini --- <!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: "en" }}" class="no-js"> {% include html/head.liquid %} <body class="{{ page.layout | prepend: 'layout-' }}{{ page.type | prepend: ' type-' }}{% if page.collection %}{{ page.collection | prepend: ' book-' }}{% endif %}{% if page.chapter %}{{ page.chapter | replace: ' ','-' | prepend: ' chapter-' | downcase }}{% endif %}{{ page.title | prepend: ' title-' | downcase }}"> {% 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.3.5 | _layouts/single.html |
futuro-0.3.4 | _layouts/single.html |
futuro-0.3.3 | _layouts/single.html |
futuro-0.3.2 | _layouts/single.html |
futuro-0.3.1 | _layouts/single.html |