Sha256: 48a7e2d1032682f5e015db37aba6ee6f14a11b8630fa9841d6ee297f09da56d0

Contents?: true

Size: 397 Bytes

Versions: 22

Compression:

Stored size: 397 Bytes

Contents

<?php get_header(); ?>

	<div class="content-wrap">
		<div class="content content-area">
			
			<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
				
				<?php get_template_part( 'content', get_post_format() ); ?>
				
			<?php endwhile; endif; ?>
			
		</div>
		
		<div class="site-sidebar widget-area">
			
			<?php get_sidebar(); ?>

		</div>
	</div>
	
<?php get_footer(); ?>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
marv-0.8.2 layouts/theme/templates/index.php
marv-0.8.0 layouts/theme/templates/index.php
marv-0.7.3 layouts/theme/templates/index.php
marv-0.7.2 layouts/theme/templates/index.php
marv-0.7.1 layouts/theme/templates/index.php
marv-0.7.0 layouts/theme/templates/index.php
marv-0.6.5 layouts/theme/templates/index.php
marv-0.6.4 layouts/theme/templates/index.php
marv-0.6.3 layouts/theme/templates/index.php
marv-0.6.2 layouts/theme/templates/index.php
marv-0.6.1 layouts/theme/templates/index.php
marv-0.6.0 layouts/theme/templates/index.php
marv-0.5.0 layouts/theme/templates/index.php
marv-0.4.0 layouts/theme/templates/index.php
marv-0.3.2 layouts/theme/templates/index.php
marv-0.3.1 layouts/default/templates/index.php
marv-0.3.0 layouts/default/templates/index.php
marv-0.2.5 layouts/default/templates/index.php
marv-0.2.4 layouts/default/templates/index.php
marv-0.2.3 layouts/default/templates/index.php