Sha256: abbfc338929e71c36986927f9dd352abc738327402d38f233430406e18f0e2b1
Contents?: true
Size: 1.88 KB
Versions: 4
Compression:
Stored size: 1.88 KB
Contents
--- layout: mini --- {% assign setup = site.setup | prepend: 'setup-' %} {% assign layout = page.layout | prepend: ' layout-' %} {% assign type = page.type | prepend: ' type-' %} {% assign book = page.collection | prepend: ' book-' %} {% assign chapter = page.chapter | replace: ' ','-' | prepend: ' chapter-' | downcase %} {% assign title = page.title | prepend: ' title-' | downcase %} <!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: 'en' }}" class="no-js"> {% include html/head.liquid %} <body class="{{ setup }}{{ layout }}{{ type }}{% if page.collection %}{{ book }}{% endif %}{% if page.chapter %}{{ chapter }}{% endif %}{{ 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 == 'theme' %} {% unless page.type == 'home' %} {% include html/page/topbar.liquid %} {% endunless %} {% include html/filter/type.liquid %} {% else %} {{ content }} {% endunless %} {% if site.footer %} <footer> {{ site.footer }} </footer> {% endif %} </div> {% endunless %} </body> {% include html/scripts.liquid %} </html>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.4.1 | _layouts/single.html |
futuro-0.4.0 | _layouts/single.html |
futuro-0.3.9 | _layouts/single.html |
futuro-0.3.8 | _layouts/single.html |