title = "Blog Post" url = "/blog/post/:slug" layout = "default" description = "Viewing a single blog post" hidden = "0" [blogPost] slug = "{{ :slug }}" categoryPage = "blog/category" [blogCategories] slug = "{{ :slug }}" displayEmpty = "0" categoryPage = "blog/category" == post->title; $this['bannerImage'] = $this->themeUrl('assets/images/blog-banner.jpg'); if ($this->post && $this->post->featured_images->count() > 0) { $this['bannerImage'] = $this->post->featured_images->first()->getPath(); } } ?> ==
{% component 'blogPost' %}
{% partial 'blog/categories' %}