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

Version Path
urban-static-0.1.9 _layouts/content.html
urban-static-0.1.8 _layouts/content.html
urban-static-0.1.7 _layouts/content.html
urban-static-0.1.6 _layouts/content.html
urban-static-0.1.4 _layouts/content.html
urban-static-0.1.3 _layouts/content.html
urban-static-0.1.2 _layouts/content.html
urban-static-0.1.1 _layouts/content.html