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