STYLE Add custom styles for post-card component to handle target='_blank' links

This commit is contained in:
Antoine M 2026-03-25 16:04:13 +01:00
parent 615172778d
commit e6f1a60a9d

View File

@ -1,6 +1,6 @@
<?php get_header(); ?> <?php get_header(); ?>
<main id="content" class="site-content flex-grow"> <main id="content" class="site-content entry-content flex-grow">
<?php if (have_posts()) : ?> <?php if (have_posts()) : ?>
<?php <?php
while (have_posts()) : while (have_posts()) :