Sha256: adc95a69bb303eb4cd3059c2e9c1f69f91791f1f9dc6131dd9c1c64517fc385c

Contents?: true

Size: 733 Bytes

Versions: 3

Compression:

Stored size: 733 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 no-padding-left">
                    <div class="col-md-3 no-padding-left">
                    {% 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

3 entries across 3 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.1 _layouts/default-stacked.html
linaro-jekyll-theme-0.10.0 _layouts/default-stacked.html
linaro-jekyll-theme-0.9.9 _layouts/default-stacked.html