permalink | layout | title | tab_title | landing |
---|---|---|---|---|
/404.html |
default |
<strong>404</strong>. A page that is not found. |
404 |
true |
You can try searching for what you're looking for in the search box above. Or, if that doesn't work, why not check out the latest post from the blog?
-
{% assign post = site.posts | where_exp:"post","post.category == nil" | first %}
-
<p class="post-meta"> {{ post.date | date: "%b %-d, %Y" }} </p> <p class="post-excerpt"> {{ post.excerpt }} </p> <p class="read-more"> <a href="{{ post.id | prepend: site.baseurl }}">Read more...</a> </p>