fix: correct button placement outside paragraph tag

Moved the "Read More" button outside the paragraph tag to improve HTML structure and ensure proper spacing and styling. Coding adherence to semantic HTML standards.
This commit is contained in:
Kumi 2024-06-20 11:38:24 +02:00
parent f579d5615a
commit f12110eb50
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -51,7 +51,8 @@
echo implode(', ', $term_list);
}
?>
<a href="<?php the_permalink(); ?>" class="btn btn-outline-primary">Read More</a>
</p>
<a href="<?php the_permalink(); ?>" class="btn btn-outline-primary">Read More</a>
</div>
</div>
</div>