remove projet.php

This commit is contained in:
Kevin Tessier 2020-05-28 09:39:33 +02:00
parent e2c43c5a1f
commit 4c7234a24a

View File

@ -1,11 +0,0 @@
<?php
/**
* Template Name: projets
*/
$context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
Timber::render( array( 'page-' . $timber_post->post_name . '.twig', 'page.twig' ), $context );