feat(blog): add Read more link to post card

This commit is contained in:
Keith Solomon
2026-07-05 10:54:34 -05:00
parent 53270c694e
commit 77f3a0dd3c
+2
View File
@@ -52,6 +52,8 @@ get_header();
<span class="post-list__author"><?php echo esc_html( ucfirst( get_the_author() ) ); ?> &mdash;</span>
<span class="post-list__date"><?php echo get_the_date(); ?></span>
</div>
<a class="post-list__read-more" href="<?php the_permalink(); ?>">Read more &rarr;</a>
</div>
</div>
<?php endwhile; ?>