fix navbar collapse & post article clearfix, increment version

This commit is contained in:
Adam Piontek 2021-08-04 17:37:24 -04:00
parent c370d9c23c
commit 0329472b18
5 changed files with 139 additions and 137 deletions
content-templates

View file

@ -12,7 +12,7 @@ namespace WP_73k;
<article
id="post-<?php the_ID(); ?>"
class="<?php
$post_class = 'post border-bottom border-gray pb-4 mb-3';
$post_class = 'post border-bottom border-gray pb-4 mb-3 clearfix';
echo esc_attr( implode( ' ', get_post_class( $post_class ) ) );
?>"
itemscope itemtype="https://schema.org/CreativeWork"