Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Added 404.twig template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarst committed Sep 7, 2014
1 parent 1551194 commit 370d6f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 404.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends 'index.twig' %}

{% block loop %}
<article {{ hybrid_attr( 'post' )}}>

<header class="entry-header">
<h1 class="entry-title">{{ _e( 'Nothing found', 'hybrid-wing' )}}</h1>
</header><!-- .entry-header -->

<div {{ hybrid_attr( 'entry-content' )}}>
{{ wpautop( __( 'Apologies, but no entries were found.', 'hybrid-wing' ) )}}
</div><!-- .entry-content -->

</article><!-- .entry -->
{% endblock %}

0 comments on commit 370d6f6

Please sign in to comment.