-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
112 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?php get_header(); ?> | ||
<?php roots_content_before(); ?> | ||
<?php get_header(); ?>BLOOP | ||
<div id="content" class="<?php echo CONTAINER_CLASSES; ?>"> | ||
<?php roots_main_before(); ?> | ||
<div id="main" class="<?php echo MAIN_CLASSES; ?>" role="main"> | ||
<div class="page-header"> | ||
<h1><?php _e('Latest Posts', 'roots');?></h1> | ||
</div> | ||
<?php get_template_part('loop', 'index'); ?> | ||
</div><!-- /#main --> | ||
<?php roots_main_after(); ?> | ||
<?php roots_sidebar_before(); ?> | ||
<aside id="sidebar" class="<?php echo SIDEBAR_CLASSES; ?>" role="complementary"> | ||
<?php roots_sidebar_inside_before(); ?> | ||
<?php get_sidebar(); ?> | ||
<?php roots_sidebar_inside_after(); ?> | ||
</aside><!-- /#sidebar --> | ||
<?php roots_sidebar_after(); ?> | ||
</div><!-- /#content --> | ||
<?php roots_content_after(); ?> | ||
<?php get_footer(); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters