Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrehaut committed Jan 27, 2018
2 parents 1f9abc3 + 26a38b3 commit ccd845a
Show file tree
Hide file tree
Showing 89 changed files with 4,448 additions and 3,535 deletions.
8 changes: 4 additions & 4 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
?>

<!-- posts container -->
<section class="articles">
<section class="c-articles">

<div class="articles-grid">
<div class="c-articles__grid">
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
Expand All @@ -39,7 +39,7 @@
</div>

<!-- sidebar -->
<div class="articles-sidebar">
<div class="c-articles-sidebar">
<?php get_sidebar(); ?>
</div>
<!-- sidebar -->
Expand All @@ -48,7 +48,7 @@
<!-- /posts container -->

<!-- posts pagination -->
<div class="articles-pagination">
<div class="c-articles-pagination">
<?php pagination(); ?>
</div>
<!-- posts pagination -->
Expand Down
Loading

0 comments on commit ccd845a

Please sign in to comment.