Sha256: 9679f9cf8fb936f67c7126578019e57185ec8016b56834c11b736258209ae3c0
Contents?: true
Size: 853 Bytes
Versions: 39
Compression:
Stored size: 853 Bytes
Contents
--- layout: mini --- {%- include html/assign/site.liquid -%} {%- include {{ SiteLayout | append : 'header.liquid' }} type="feed" -%} {%- if LayoutIsBook -%} {%- assign loop = site[page.collection] | sort: 'weight' -%} {%- include {{ Site | append : 'scroller.liquid' }} -%} {%- include {{ SiteLayout | append : 'loop.liquid' }} type='book' -%} {%- elsif LayoutIsChapter -%} {%- assign loop = site[page.collection] | where: 'chapter', page.chapter | sort: 'weight' -%} {%- include {{ SiteLayout | append : 'loop.liquid' }} type='chapter' -%} {%- elsif LayoutIsTopic -%} {%- assign loop = site[page.collection] | where: 'topic', page.topic | sort: 'weight' -%} {%- include {{ SiteLayout | append : 'loop.liquid' }} type='topic' chapter=page.chapter -%} {%- endif -%} {%- include {{ SiteLayout | append : 'footer.liquid' }} -%}
Version data entries
39 entries across 39 versions & 1 rubygems