Added a neat menu and a profile picture
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -11,11 +11,13 @@ use GergelyPolonkai\FrontBundle\Entity\Post;
|
||||
* Description of BlogController
|
||||
*
|
||||
* @author polonkai.gergely
|
||||
*
|
||||
* @Route("/blog")
|
||||
*/
|
||||
class BlogController extends Controller
|
||||
{
|
||||
/**
|
||||
* @Route("/blog/{year}/{month}/{day}/{slug}.html", name="GergelyPolonkaiFront_blogViewPost")
|
||||
* @Route("/{year}/{month}/{day}/{slug}.html", name="GergelyPolonkaiFront_blogViewPost")
|
||||
* @Template
|
||||
*/
|
||||
public function viewPostAction($year, $month, $day, $slug)
|
||||
|
Reference in New Issue
Block a user