{{ $recentPostsPath := .Site.Params.footer.recentPosts.path | default "blogs" }} {{ $currentNumOfrecentPosts := len (where .Site.RegularPages "Type" $recentPostsPath) }} {{ if and (gt $currentNumOfrecentPosts 0) (.Site.Params.footer.recentPosts.enable | default false) }}
{{ .Summary | truncate 300}}