if (is_single() && has_post_thumbnail()) {
    ?>

			<figure class="entry-image" itemprop="image">
				<?php 
    the_post_thumbnail('shrake-featured');
    ?>
			</figure>

		<?php 
}
?>

		<header class="entry-header">
			<?php 
shrake_entry_title();
?>

			<div class="entry-meta">
				<?php 
shrake_posted_by();
?>
				<?php 
shrake_posted_on();
?>
			</div>
		</header>

		<div class="entry-content" itemprop="text">
			<?php 
the_content();
 * @package Shrake
 * @since 1.0.0
 */
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
 itemscope itemtype="http://schema.org/CreativeWork">
	<div class="entry-inside">
		<header class="entry-header">
			<?php 
shrake_entry_title('show-link');
?>
		</header>

		<?php 
if (has_excerpt()) {
    ?>
			<div class="entry-content" itemprop="text">
				<?php 
    the_excerpt();
    ?>
			</div>
		<?php 
}
?>
	</div>