{* supreme 1.7.1 *} {* post stream (list): default view mode *} {foreach $posts as $post}
param('blog_url')}itemprop="blogPosts" {/if}itemscope itemtype="http://schema.org/BlogPosting">

{* @event prepare_posts_frontend.%plugin_id%.post_title *} {if !empty($post.plugins.post_title)} {foreach $post.plugins.post_title as $plugin => $output}{$output}{/foreach} {/if}

{if $theme_settings.show_author} {if isset($post.user.photo_url_20)} {if $post.user.posts_link} {else} {/if} {/if} {if $post.user.posts_link} {$post.user.name} {else} {$post.user.name} {/if} {/if} {$post.datetime|wa_datetime:"humandate"} {if $show_comments && $post.comments_allowed} {if !empty($post.comment_count)} {_w('%d comment','%d comments',$post.comment_count)} {else} {* [`no comments`] *} {/if} {/if}
{* @event prepare_posts_frontend.%plugin_id%.before *} {if !empty($post.plugins.before)}
{foreach $post.plugins.before as $plugin => $output}{$output}{/foreach}
{/if}
{$post.text} {if $post.cutted} {$post.cut_link_label|default:'[`Continue reading →`]'} {/if}
{* attached album photo thumbs *} {if $post.album_id && $post.album.id && $post.album.photos} {$photos_loaded = 1} {* required for proper photo thumbs retinification *}
{/if} {* @event prepare_posts_frontend.%plugin_id%.after *} {if !empty($post.plugins.after)}
{foreach $post.plugins.after as $plugin => $output}{$output}{/foreach}
{/if}
{foreachelse} {if $page lt 2} {_w('%d post','%d posts',0)} {/if} {/foreach} {if !empty($photos_loaded) && blogPhotosBridge::is2xEnabled()} {/if}