Sha256: 1a1785f1d041a7ef8e78e82af6aa1f94c9edfefd2db576fb540651709e36ce38

Contents?: true

Size: 728 Bytes

Versions: 15

Compression:

Stored size: 728 Bytes

Contents

<!DOCTYPE html>
<html>
    {% include head.html %}
    <body data-target=".navbar-fixed-top">
        <!-- Javascript Imports -->
        {% include js.html src='assets/js/ouical.min.js' %}
        {% include js.html src="assets/main-bundle.js" %}
        {% include js.html src="assets/js/globals.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

15 entries across 15 versions & 1 rubygems

Version Path
jekyll-theme-easy-wedding-0.1.24 _layouts/default.html
jekyll-theme-easy-wedding-0.1.23 _layouts/default.html
jekyll-theme-easy-wedding-0.1.22 _layouts/default.html
jekyll-theme-easy-wedding-0.1.21 _layouts/default.html
jekyll-theme-easy-wedding-0.1.20 _layouts/default.html
jekyll-theme-easy-wedding-0.1.19 _layouts/default.html
jekyll-theme-easy-wedding-0.1.18 _layouts/default.html
jekyll-theme-easy-wedding-0.1.17 _layouts/default.html
jekyll-theme-easy-wedding-0.1.16 _layouts/default.html
jekyll-theme-easy-wedding-0.1.15 _layouts/default.html
jekyll-theme-easy-wedding-0.1.14 _layouts/default.html
jekyll-theme-easy-wedding-0.1.13 _layouts/default.html
jekyll-theme-easy-wedding-0.1.12 _layouts/default.html
jekyll-theme-easy-wedding-0.1.11 _layouts/default.html
jekyll-theme-easy-wedding-0.1.10 _layouts/default.html