add btn more

This commit is contained in:
2020-05-27 18:49:44 +02:00
parent 8ec1fce306
commit c8b91521ad
7 changed files with 9 additions and 9 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-' . $timber_post->post_name . '.twig', 'page.twig' ), $context );
Timber::render( array( 'page.twig' ), $context );