Sha256: deddc33b1aa36f540d4a3df8320390d5effa37424ed4f64880139fbbc16b0ff5
Contents?: true
Size: 802 Bytes
Versions: 8
Compression:
Stored size: 802 Bytes
Contents
--- layout: compress --- <!DOCTYPE html> <html> {% 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 %} <!-- About Section --> <section id="{{ page.key }}" class="container content-section text-center"> <div class="row"> <div class="container"> <div class="col-lg-8 col-lg-offset-2"> {{ content }} </div> </div> </div> </section> {% include footer.html %} {% include js.html %} </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems