Sha256: 2a5f9f5fe078bdb8a138b8556f3e0a0de0bd7cb392398b947829c68dee6d6268
Contents?: true
Size: 1.85 KB
Versions: 5
Compression:
Stored size: 1.85 KB
Contents
--- layout: mini --- {% include html/assign.liquid %} {% assign topic = page.title | replace: ' ','-' | prepend: ' topic-' | 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 %} {% if page.topic %}{{ topic }}{% endif %} {{ layout }}{{ type }}"> {% include html/overlay.liquid title='load' exit='false' state='open' %} {% include html/overlay.liquid title='mobile' exit='false' %} {% include html/overlay.liquid title='about' %} {% include html/overlay.liquid title='browse' %} {% include html/overlay.liquid title='search' %} <div class="site feed"> {% if site.header %} <header> {{ site.header }} </header> {% endif %} {% include html/page/topbar.liquid %} {% if page.type == 'book' %} {% assign loop = site[page.collection] | sort: 'weight' %} {% include html/filter/loop.liquid type='book' %} {% elsif page.type == 'chapter' %} {% assign loop = site[page.collection] | where: 'chapter', page.chapter | sort: 'weight' %} {% include html/filter/loop.liquid type='chapter' %} {% elsif page.type == 'topic' %} {% assign loop = site[page.collection] | where: 'topic', page.topic | sort: 'weight' %} {% include html/filter/loop.liquid type='topic' %} {% endif %} {% if site.footer %} <footer> {{ site.footer }} </footer> {% endif %} </div> </body> {% include html/footer/scripts.liquid %} </html>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.7.3 | _layouts/feed.html |
futuro-0.7.2 | _layouts/feed.html |
futuro-0.7.1 | _layouts/feed.html |
futuro-0.7.0 | _layouts/feed.html |
futuro-0.6.9 | _layouts/feed.html |