<article id="featured-post-<?php the_ID(); ?>" <?php post_class( 'featured featured-post' ); ?> data-id="<?php the_ID(); ?>">
	<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'delicacy' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_post_thumbnail(); ?></a>
	<header class="entry-header">
		<time><?php the_time( get_option( 'date_format' ) ); ?></time>
		<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
	</header>
</article>