> 'thumb-tack' ) ); endif; ?>
'; if ( is_single() ) : blog_layout_fn_posted_on(); else : echo blog_layout_fn_time_link(); blog_layout_fn_edit_link(); endif; echo ''; endif; if ( is_single() ) { the_title( '

', '

' ); } else { the_title( '

', '

' ); } ?>
'; echo get_post_gallery(); echo '
'; endif; endif; if ( is_single() || ! get_post_gallery() ) : /* translators: %s: Name of current post */ the_content( sprintf( __( 'Continue reading "%s"', 'blog-layout' ), get_the_title() ) ); wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', ) ); endif; ?>