Sha256: 059657eca3838b3cedc492293385bcb36b64d7289031994d127e1c7e7d24eea6

Contents?: true

Size: 722 Bytes

Versions: 7

Compression:

Stored size: 722 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
    <head>
        {% include page-template/metadata.html pagename="You fell off my site!" %}
        <link rel="stylesheet" href="/assets/css/error.css"></link>
    </head>
    <body>
        <div class="error">
            <h1 class="animated fadeInRightBig">{{ site.errormessage | default: "Uh oh... You fell off our site!" }}</h1>
            <p class="animated delay fadeInLeftBig">
                Error {{ page.code }} ({{ page.desc }})
                {% if site.email %}
                    - If you think this is a mistake on our part, please <a href="mailto:{{ site.email }}">send us an email</a>.
                {% endif %}
            </p>
        </div>
    </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
picklecore-0.15.5 _layouts/error.html
picklecore-0.15.4 _layouts/error.html
picklecore-0.15.3 _layouts/error.html
picklecore-0.15.2 _layouts/error.html
picklecore-0.15.1 _layouts/error.html
picklecore-0.15.0 _layouts/error.html
picklecore-0.14.0 _layouts/error.html