Skip to content

Commit

Permalink
Merge pull request #11 from jukra/master
Browse files Browse the repository at this point in the history
404 template not found
  • Loading branch information
JQ authored Apr 27, 2017
2 parents 10264ca + d6543d6 commit ad738c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
use Timber\Timber;

$context = Timber::get_context();
Timber::render('404.twig', $context);
Timber::render(array('pages/404.twig'), $context);

0 comments on commit ad738c3

Please sign in to comment.