Sha256: 11bc056d1a4bdce43c7150adc10abc742593481b7b5f1a2acf14b4a976f6941b

Contents?: true

Size: 701 Bytes

Versions: 4

Compression:

Stored size: 701 Bytes

Contents

{% include _theme-includes/_head/head.html %}
<body>
        {% include _theme-includes/_navigation/nav.html %}
        <div class="container-fluid content-container">
            <div class="row">
                <div class="container">
                    <div class="col-md-3">
                    {% include _theme-includes/_navigation/stacked-nav.html %}
                    </div>
                    <div class="col-md-9">
                        {{ content }}
                    </div>
                </div>
            </div>
            {% include _theme-includes/_footer/footer.html %}
        </div>
        {% include _theme-includes/_script-includes/javascript.html %}
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.9.8 _layouts/default-stacked.html
linaro-jekyll-theme-0.9.7 _layouts/default-stacked.html
linaro-jekyll-theme-0.9.6 _layouts/default-stacked.html
linaro-jekyll-theme-0.9.5 _layouts/default-stacked.html