Skip to content

Commit

Permalink
Implement pagination links
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Aug 31, 2023
1 parent ac01705 commit 7d7a7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/app/themes/mitlib-news/tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
get_template_part( 'content', 'single' );
endwhile;
?>
<p>This would be the pagination.</p>
<?php \Mitlib\Parent\content_nav( 'nav-below' ); ?>
</div>
</div>
<?php endif; ?>
Expand Down
4 changes: 2 additions & 2 deletions web/app/themes/mitlib-parent/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ img.wp-smiley,
.nav-previous,
.previous-image {
float: left;
width: 50%;
width: 48%;
}
.meta-nav {
position: relative;
Expand All @@ -454,7 +454,7 @@ img.wp-smiley,
.next-image {
float: right;
text-align: right;
width: 50%;
width: 48%;
}
.nav-single + .comments-area,
#comment-nav-above {
Expand Down

0 comments on commit 7d7a7b2

Please sign in to comment.