Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 822 Bytes

404.md

File metadata and controls

20 lines (16 loc) · 822 Bytes
title permalink hero layout
Is it Lost, or Simply 404?
404.html
layouts/page.njk

Have I seen what you was looking for? No. I guess that's a 404, then.

The page you were looking for may have gotten lost in the shuffle of a redesign, or perhaps, just perhaps ... it never existed at all. If you're looking for something fun, though, check out anything in the site's navigation, or some of these recent posts:

Recent Posts

{%- for item in collections.allPosts | reverse -%} {% if loop.index <= 10 %} {% include '_includes/components/carousel-cell.njk' %} {% endif %} {%- endfor -%}