Sha256: fb684db7f6a30d5513ba012512399f1f124bf3cf4ed7b7f2ea1f2e10722d6849

Contents?: true

Size: 852 Bytes

Versions: 3

Compression:

Stored size: 852 Bytes

Contents

<!DOCTYPE html>
<html>
    {% include head.html %}
    <body data-target=".navbar-fixed-top">
        <!-- Javascript Imports -->
        {% include js.html src="assets/js/jquery.js" %}
        {% include js.html src="assets/js/bootstrap.min.js" %}
        {% include js.html src="assets/js/jquery.easing.min.js" %}
        {% include js.html src="assets/js/globals.js" %}
        {% include js.html src="assets/js/main.js" %}

        {% include modals.html %}

        {% if page.show_nav != false %}
            {% include nav.html %}
        {% endif %}

        <div class="content-wrapper">
            {{ content }}
        </div>

        {% if page.show_footer != false %}
            <div class="footer-wrapper">
                {% include footer.html %}
            </div>
        {% endif %}
    </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-easy-wedding-0.1.6 _layouts/default.html
jekyll-theme-easy-wedding-0.1.5 _layouts/default.html
jekyll-theme-easy-wedding-0.1.4 _layouts/default.html