Sha256: 46718b016955120a830f0da12e05fdc50bef02d27fa1b0cfe0c3033d5ab45102

Contents?: true

Size: 784 Bytes

Versions: 6

Compression:

Stored size: 784 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 href="https://fonts.googleapis.com/css?family=Open+Sans:400" rel="stylesheet">
  </head>
  <body onload="document.body.style.backgroundColor = '#303f9f'">
    <div class="error">
      <h1 class="animated fadeInRightBig">{{ site.errormessage | default: "Uh oh... You fell off my site!" }}</h1>
      <p class="animated delay fadeInLeftBig">
        Error {{ page.code }} ({{ page.desc }})
        {% if site.email %}
          - If you think this is a mistake on my part, please <a href="mailto:{{ site.email }}">send me an email.</a>
        {% endif %}
      </p>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
picklecore-0.5.2 _layouts/error.html
picklecore-0.5.1 _layouts/error.html
picklecore-0.5.0 _layouts/error.html
picklecore-0.4.0 _layouts/error.html
picklecore-0.3.0 _layouts/error.html
picklecore-0.2.0 _layouts/error.html