fix other post pSingle

This commit is contained in:
2020-05-29 11:45:55 +02:00
parent db9bb066cd
commit 919cc086b9
4 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ $context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
Timber::render( array( 'page.twig' ), $context );
Timber::render( 'page.twig', $context );