Sha256: 7a70ac2769ada1467cfc0aab07cd957b5478387b405b785337cc06ae7886d0e1

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta http-equiv="refresh" content="0;URL='{{ page.redirect }}'">
    {% include head.html %}
  </head>
  <body>
    {% include header.html %}
    <main class="Chaos-Main">
      <div class="Chaos-Section">
        <div class="Chaos-Wrapper-Wide">
          <p>
            You are being redirected. If this does not work follow
            <a href="{{ page.redirect }}">this link</a> below instead.
          </p>
          <p>
            <a href="{{ page.redirect }}">{{ page.redirect }}</a>
          </p>
        </div>
      </div>
    </main>
    {% include footer.html %}
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-chaos-0.1.1 _layouts/redirect.html
jekyll-theme-chaos-0.1.0 _layouts/redirect.html