Sha256: e316152ff91dc9f2768398828712ae2d44f94eb7977b37052c21d6765d49c8b2
Contents?: true
Size: 1.92 KB
Versions: 7
Compression:
Stored size: 1.92 KB
Contents
--- layout: mini --- {% assign install = site.setup.install | prepend: 'install-' %} {% assign style = site.setup.style | prepend: ' style-' %} {% 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="{% if site.setup.install %}{{ install }}{% endif %}{% if site.setup.style %}{{ style }}{% endif %}{{ 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 == '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
7 entries across 7 versions & 1 rubygems