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
@@ -7,4 +7,4 @@ $context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
Timber::render( array( 'page-' . $timber_post->post_name . '.twig', 'privatiser_lespace.twig' ), $context );
Timber::render( 'privatiser_lespace.twig', $context );