Sha256: 9460ef3eb8046855c4488d1af5f2aa046268d3802a7ec5de15816395e05813ba
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
--- layout: compress --- <!DOCTYPE html> <html prefix="og: http://ogp.me/ns#"> {% include head.html %} {% if site.site-map[page.key].js %} <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" onload="init{{ page.key | replace: '-', '_' }}()"> {% else %} <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" onload="init()"> {% endif %} {% include nav.html %} {% include header.html %} {% for order in site.site-map[page.key].sections %} {% for page in site.pages %} {% assign name = page.name | remove: '.md' %} {% if name == order %} <section id="{{ name }}" class="content-section text-center"> <div class="{{ name }}-section"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> {{ page.content | markdownify }} </div> </div> </div> </div> </div> </section> {% endif %} {% endfor %} {% endfor %} {% include footer.html %} {% include js.html %} </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems