Sha256: 8913dbf8729a431a854ad41e32e1f557d941e696717fddc6e90f3b2f1f415e86
Contents?: true
Size: 1.77 KB
Versions: 3
Compression:
Stored size: 1.77 KB
Contents
--- layout: mini --- {% include html/assign/site.liquid %} <!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: 'en' }}" class="no-js"> {% include html/head/meta.liquid %} <body class="{% if site.setup.install %}{{ SiteInstall }}{% endif %} {% if site.setup.style %}{{ SiteStyle }}{% endif %} {% if page.collection %}{{ LayoutBook }}{% endif %} {% if page.chapter %}{{ LayoutChapter }}{% endif %} {{ LayoutLayout }}{{ LayoutType }}{{ LayoutTitle }}"> {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='load' exit='false' state='open' %} {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='mobile' exit='false' %} {% if LayoutIsOverlay %} {% assign DynamicTitle = page.title | downcase %} {% include {{ SiteOverlay | append : 'wrap.liquid' }} title=DynamicTitle exit='false' %} {% endif %} {% unless LayoutIsOverlay %} {% unless LayoutIsHome %} {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='about' %} {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='browse' %} {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='search' %} {% endunless %} <div class="site {% if LayoutIsHome %} full {% else %} single {% endif %}"> {% include {{ Site | append : 'header.liquid' }} %} {% unless LayoutIsHome %} {% include {{ SitePage | append : 'topbar.liquid' }} %} {% endunless %} {% include {{ SiteLayout | append : 'type.liquid' }} %} {% include {{ SitePage | append : 'clippies.liquid' }} %} {% include {{ Site | append : 'footer.liquid' }} %} </div> {% endunless %} </body> {% include html/footer/scripts.liquid %} </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.7.8 | _layouts/single.html |
futuro-0.7.6 | _layouts/single.html |
futuro-0.7.5 | _layouts/single.html |