Skip to content

Commit

Permalink
Fixed minor layout issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Aug 18, 2020
1 parent 9e0e524 commit f40af4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions single.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ function get_network_name( $network ){
} ?>
</div>
<?php }
?></article><?php
if ( $post_type === 'resource' && $prompt_donation ) { ?>
<div class="col-sm-12 col-md-12 col-lg-6 list-item">
<div class="container card mt-lg-4 mb-4 pl-0 pr-0">
Expand Down Expand Up @@ -413,6 +414,7 @@ function get_network_name( $network ){
</div>
<p><a class="btn" href="/bots/">Browse bots</a><a class="btn" href="/random-bot/" title="Explore the wonderful world of online bots, one random bot at a time">See a random bot</a></p>
</div>
<!-- /article -->
<?php }

if ( $post_type === 'post' || $post_type === 'bot' || $post_type === 'resource' ) { ?>
Expand Down Expand Up @@ -452,8 +454,6 @@ function get_network_name( $network ){
<!-- /post details -->
</div>
<?php } ?>
</article>
<!-- /article -->
</div>

<?php endwhile; ?>
Expand Down

0 comments on commit f40af4a

Please sign in to comment.