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:
parent
f579d5615a
commit
f12110eb50
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue