Skip to content

Commit

Permalink
Added for consistency #356
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 14, 2015
1 parent f47d3fa commit 52fcf7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/src/Grav/Common/Twig/Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ public function processSite($format = null)
$twig_vars['pages'] = $pages->root();
$twig_vars['page'] = $page;
$twig_vars['header'] = $page->header();
$twig_vars['media'] = $page->media();
$twig_vars['content'] = $content;
$ext = '.' . ($format ? $format : 'html') . TWIG_EXT;

Expand Down

0 comments on commit 52fcf7c

Please sign in to comment.