--- 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 %}
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 %}