{# SHARING LINKS #} {% partial 'blog/sharing-links' %}
title = "Post" url = "/blog/post/:slug" layout = "default" is_hidden = 0 [blogPost] slug = "{{ :slug }}" categoryPage = "blog-category" [registerVisit] [blogCategories] slug = "{{ :slug }}" displayEmpty = 0 categoryPage = "blog-category" [topPosts] period = 2 category = 0 postPerPage = 4 postPage = "post" slug = "{{ :slug }}" [related] slug = "{{ :slug }}" [searchInput] useAutoComplete = 0 autoCompleteResultCount = 5 showProviderBadge = 1 searchPage = "search-results.htm" [tags] results = 0 sortOrder = "created_at desc" == post)) { $this->page->title = $this->post->title; $this->page->description = $this->post->summary; } $imageSettings = array(); $imageSettings['src'] = array(726, 408); $imageSettings['srcset'] = array(726, 606, 686, 506, 541); $imageSettings['sizes'] = '(min-width: 1200px) 726px, (min-width: 992px) 606px, (min-width: 768px) 686px, (min-width: 576px) 506px, 541px'; $this["imageSettings"] = $imageSettings; } ?> == {% set post = blogPost.post %} {# COVER #} {% partial 'blog/cover' type='post' title=post.title lead=post.summary categories=post.categories %}