--- layout: site title: 404 permalink: /404.html searchable: false --- {% assign featured_post_count = 0 %} {% for post in site.posts %} {% if post.featured == true and post.draft != true %} {% assign featured_post_count = featured_post_count | plus: 1 %} {% endif %} {% endfor %}

404 send help

{% if featured_post_count == 1 %}

Page not found. Here's something else for you to read.

{% endif %} {% if featured_post_count > 1 %}

Page not found. Here's some other posts instead.

{% endif %}
{% if featured_post_count > 0 %} {% endif %}